diff options
author | Mark Murray <markm@FreeBSD.org> | 1998-09-14 20:11:03 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1998-09-14 20:11:03 +0000 |
commit | 7926d48fe541f6900103226eedf456e32fdf10ea (patch) | |
tree | 547f8d9441811fd1cdb05e114fc70957bc7337f4 /graphics | |
parent | Convert to ELF. A previous commit to Makefile blew up on a net.commit. (diff) |
Convet to ELF.
Notes
Notes:
svn path=/head/; revision=13116
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/fxtv/Makefile | 8 | ||||
-rw-r--r-- | graphics/fxtv/files/patch-aa | 13 |
2 files changed, 17 insertions, 4 deletions
diff --git a/graphics/fxtv/Makefile b/graphics/fxtv/Makefile index b3b7df72e80a..71b0ab82a3af 100644 --- a/graphics/fxtv/Makefile +++ b/graphics/fxtv/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Sep 7 17:55:07 EDT 1997 # Whom: Randall Hopper <rhh@ct.picker.com> # -# $Id: Makefile,v 1.7 1998/08/05 09:31:08 asami Exp $ +# $Id: Makefile,v 1.8 1998/08/07 23:56:24 asami Exp $ # DISTNAME= fxtv-0.47 @@ -13,9 +13,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= rhh@ct.picker.com -LIB_DEPENDS= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \ - Xaw3d\\.6\\.:${PORTSDIR}/x11-toolkits/Xaw3d \ - Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= tiff34.1:${PORTSDIR}/graphics/tiff34 \ + Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d \ + Xpm.4:${PORTSDIR}/graphics/xpm # This program does not actually depend on the below, but they are pretty # useful if you are into digital video recording and playback. diff --git a/graphics/fxtv/files/patch-aa b/graphics/fxtv/files/patch-aa new file mode 100644 index 000000000000..2ece4b2e3999 --- /dev/null +++ b/graphics/fxtv/files/patch-aa @@ -0,0 +1,13 @@ +--- Makefile.ORIG Sat Sep 12 19:17:22 1998 ++++ Makefile Mon Jun 1 08:06:40 1998 +@@ -19,8 +19,8 @@ + endif + + override LDFLAGS = $(LD_INC) +-override LIBS = -ltiff34 -lXaw3d -lXmu -lXt -lXpm -lSM -lICE \ +- -lXext -lX11 ++override LIBS = -ltiff34 -ljpeg -lXaw3d -lXmu -lXt -lXpm -lSM \ ++ -lICE -lXext -lX11 -lm + ifeq ($(HAVE_XFREE86),YES) + override LIBS += -lXxf86dga -lXxf86vm + endif |