diff options
-rw-r--r-- | graphics/fxtv/Makefile | 8 | ||||
-rw-r--r-- | graphics/fxtv/files/patch-aa | 13 | ||||
-rw-r--r-- | multimedia/fxtv/Makefile | 8 | ||||
-rw-r--r-- | multimedia/fxtv/files/patch-aa | 13 |
4 files changed, 34 insertions, 8 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 diff --git a/multimedia/fxtv/Makefile b/multimedia/fxtv/Makefile index b3b7df72e80a..71b0ab82a3af 100644 --- a/multimedia/fxtv/Makefile +++ b/multimedia/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/multimedia/fxtv/files/patch-aa b/multimedia/fxtv/files/patch-aa new file mode 100644 index 000000000000..2ece4b2e3999 --- /dev/null +++ b/multimedia/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 |