mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
25 lines
638 B
Text
25 lines
638 B
Text
--- flx/Imakefile.orig Sat Feb 21 10:03:08 1998
|
|
+++ flx/Imakefile Wed Nov 1 20:58:23 2000
|
|
@@ -11,7 +11,7 @@
|
|
XCOMM * * * No need to edit below here * * *
|
|
|
|
SOREV = 0.1
|
|
-LIBNAME = libflx.so.$(SOREV)
|
|
+LIBNAME = libflx.a
|
|
|
|
|
|
|
|
@@ -51,12 +51,10 @@
|
|
-I$(TOP)/flx_show_dialog \
|
|
-I$(TOP)/flx_util
|
|
|
|
-EXTRA_LIBRARIES = -shared -L$(XFORMS_LIBDIR) -lforms -lm
|
|
+EXTRA_LIBRARIES = -shared -L$(XFORMS_LIBDIR) -lxforms -lm
|
|
EXTRA_INCLUDES = -I$(XFORMS_INCDIR) $(INCS)
|
|
EXTRA_DEFINES =
|
|
LDLIBS = $(EXTRA_LIBRARIES) $(XLIB)
|
|
-
|
|
-ComplexProgramTarget($(LIBNAME))
|
|
|
|
NormalLibraryObjectRule()
|
|
NormalLibraryTarget(flx,$(OBJS))
|