1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Convet to ELF.

This commit is contained in:
Mark Murray 1998-09-14 20:11:03 +00:00
parent 15940d9123
commit 7926d48fe5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13116
4 changed files with 34 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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