summaryrefslogtreecommitdiffstats
path: root/graphics/fxtv
diff options
context:
space:
mode:
authorroger <roger@FreeBSD.org>1999-02-12 15:46:50 +0000
committerroger <roger@FreeBSD.org>1999-02-12 15:46:50 +0000
commit6f948debf774b13d94dd9b24d57bb7132a3c58ae (patch)
treeab2e5c18e153175b4ba0c1de3d724895717e4cdb /graphics/fxtv
parent1ccd5b7847d3ddce2364e5fbb483275c1f230894 (diff)
downloadFreeBSD-ports-6f948debf774b13d94dd9b24d57bb7132a3c58ae.zip
FreeBSD-ports-6f948debf774b13d94dd9b24d57bb7132a3c58ae.tar.gz
patch changes -ltiff34 to -ltiff in the fxtv makefile
Submitted by: Randall Hopper <aa8vb@pagesz.net>
Diffstat (limited to 'graphics/fxtv')
-rw-r--r--graphics/fxtv/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/fxtv/files/patch-aa b/graphics/fxtv/files/patch-aa
new file mode 100644
index 0000000..4525cb6
--- /dev/null
+++ b/graphics/fxtv/files/patch-aa
@@ -0,0 +1,11 @@
+--- ORIG/Makefile Sat Jan 16 14:13:47 1999
++++ Makefile Thu Feb 11 20:21:06 1999
+@@ -19,7 +19,7 @@
+ endif
+
+ override LDFLAGS = $(LD_INC)
+-override LIBS = -ltiff34 -lXaw3d -lXmu -lXt -lXpm -lSM -lICE \
++override LIBS = -ltiff -lXaw3d -lXmu -lXt -lXpm -lSM -lICE \
+ -lXext -lX11 -lm
+ ifeq ($(HAVE_XFREE86),YES)
+ override LIBS += -lXxf86dga -lXxf86vm
OpenPOWER on IntegriCloud