1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/graphics/fxtv/files/patch-aa
Roger Hardiman 2909b8df4e patch changes -ltiff34 to -ltiff in the fxtv makefile
Submitted by:	Randall Hopper <aa8vb@pagesz.net>
1999-02-12 15:46:50 +00:00

12 lines
427 B
Plaintext

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