aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/fxtv
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1998-09-15 04:11:03 +0800
committermarkm <markm@FreeBSD.org>1998-09-15 04:11:03 +0800
commit026c999d23955ab42e479b0c0cb5e72b6f5bd39b (patch)
treeeb3b6e396f27230c8f040356fd65ac787d872025 /multimedia/fxtv
parentbfc1f0dd07e34b932b19111df78eb106398408cd (diff)
downloadfreebsd-ports-gnome-026c999d23955ab42e479b0c0cb5e72b6f5bd39b.tar.gz
freebsd-ports-gnome-026c999d23955ab42e479b0c0cb5e72b6f5bd39b.tar.zst
freebsd-ports-gnome-026c999d23955ab42e479b0c0cb5e72b6f5bd39b.zip
Convet to ELF.
Diffstat (limited to 'multimedia/fxtv')
-rw-r--r--multimedia/fxtv/Makefile8
-rw-r--r--multimedia/fxtv/files/patch-aa13
2 files changed, 17 insertions, 4 deletions
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