diff options
author | jseger <jseger@FreeBSD.org> | 1998-11-25 05:06:28 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-11-25 05:06:28 +0000 |
commit | 404c789b99f73943ae9b2fc4c44599e6a5815c3e (patch) | |
tree | 3175ab9c2720379676a44e52680ecfccc51e6e7a /multimedia/fxtv/files | |
parent | 39e1cbd7a121962872f9c69b7e75a905a5db33a7 (diff) | |
download | FreeBSD-ports-404c789b99f73943ae9b2fc4c44599e6a5815c3e.zip FreeBSD-ports-404c789b99f73943ae9b2fc4c44599e6a5815c3e.tar.gz |
libtiff34->libtiff and include/tiff34/*.h -> include/*.h
Approved by: asami
Diffstat (limited to 'multimedia/fxtv/files')
-rw-r--r-- | multimedia/fxtv/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/fxtv/files/patch-aa b/multimedia/fxtv/files/patch-aa index 2ece4b2..dcb7876 100644 --- a/multimedia/fxtv/files/patch-aa +++ b/multimedia/fxtv/files/patch-aa @@ -6,7 +6,7 @@ override LDFLAGS = $(LD_INC) -override LIBS = -ltiff34 -lXaw3d -lXmu -lXt -lXpm -lSM -lICE \ - -lXext -lX11 -+override LIBS = -ltiff34 -ljpeg -lXaw3d -lXmu -lXt -lXpm -lSM \ ++override LIBS = -ltiff -ljpeg -lXaw3d -lXmu -lXt -lXpm -lSM \ + -lICE -lXext -lX11 -lm ifeq ($(HAVE_XFREE86),YES) override LIBS += -lXxf86dga -lXxf86vm |