ports/graphics/xfpovray/files/patch-ad
FUJISHIMA Satsuki 8c8f40c0b1 use ComplexProgramTargetNoMan to avoid making html manpage with XFree86-4.
/usr/bin/perl -> ${PERL}

PR:		23436
Submitted by:	myself
2000-12-30 18:30:19 +00:00

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))