summaryrefslogtreecommitdiff
path: root/graphics/xfpovray/files/patch-flx_Imakefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 21:54:33 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 21:54:33 +0000
commit60b37dbedcfe6e22fe9a61ee8432ae7bd2780483 (patch)
tree42c5d548da07f10a85c92da3191700e6f34e6829 /graphics/xfpovray/files/patch-flx_Imakefile
parentsecurity/arirang: Mark broken with Ruby 2.0 or newer (diff)
Rename german/ and graphics/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'graphics/xfpovray/files/patch-flx_Imakefile')
-rw-r--r--graphics/xfpovray/files/patch-flx_Imakefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/xfpovray/files/patch-flx_Imakefile b/graphics/xfpovray/files/patch-flx_Imakefile
new file mode 100644
index 000000000000..6563e6595c48
--- /dev/null
+++ b/graphics/xfpovray/files/patch-flx_Imakefile
@@ -0,0 +1,20 @@
+--- flx/Imakefile.orig Fri Feb 20 20:03:08 1998
++++ flx/Imakefile Mon Jul 1 02:51:19 2002
+@@ -11,7 +11,7 @@
+ XCOMM * * * No need to edit below here * * *
+
+ SOREV = 0.1
+-LIBNAME = libflx.so.$(SOREV)
++LIBNAME = libflx.a
+
+
+
+@@ -55,8 +55,6 @@
+ EXTRA_INCLUDES = -I$(XFORMS_INCDIR) $(INCS)
+ EXTRA_DEFINES =
+ LDLIBS = $(EXTRA_LIBRARIES) $(XLIB)
+-
+-ComplexProgramTarget($(LIBNAME))
+
+ NormalLibraryObjectRule()
+ NormalLibraryTarget(flx,$(OBJS))