diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-16 05:19:15 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-16 05:19:15 +0000 |
commit | b0e648eb24aa15e515c0fc2b6b1ca51dd2507fbd (patch) | |
tree | 20681aa60659ff1d5234f8956b104420a10a6b12 /japanese/vfghostscript | |
parent | 84fe26a6ce89e1af14fad603c2455dc3813e06fc (diff) | |
download | ports-b0e648eb24aa15e515c0fc2b6b1ca51dd2507fbd.tar.gz ports-b0e648eb24aa15e515c0fc2b6b1ca51dd2507fbd.zip |
Mark BROKEN for ELF:
./echogs -n - gcc -L/usr/local/lib -L/usr/X11R6/lib -o gs gs.o gsmain.o ialloc.o idebug.o idict.o idparam.o iinit.o iname.o interp.o isave.o iscan.o iutil.o sfilter.o stream.o zarith.o zarray.o zcontrol.o zdict.o zfile.o zfiledev.o zfileio.o zfilter.o zgeneric.o zmath.o zmisc.o zpacked.o zprops.o zrelbit.o zstack.o zstring.o ztype.o zvmem.o zchar.o zcolor.o zfont.o zfont1.o zfont2.o zdevice.o zgstate.o zht.o zmatrix.o zpaint.o zpath.o zpath2.o gschar.o gscolor.o gscoord.o gsdevice.o gsfile.o gsfont.o gsht.o gsimage.o gsimage1.o gsimage2.o gsimpath.o gsline.o gsmatrix.o gsmisc.o gspaint.o gspath.o gspath2.o gsstate.o gstdev.o gstype1.o gsutil.o gxccache.o gxccman.o gxclist.o gxclread.o gxcmap.o gxcpath.o gxdither.o gxdraw.o gxfill.o gxhint1.o gxhint2.o gxht.o gxpath.o gxpath2.o gxpcopy.o gxstroke.o gdevmem1.o gdevmem2.o gdevmem3.o gconfig.o >_temp_
./echogs -x 205c >>_temp_
cat ld.tr >>_temp_
./echogs - -lm >>_temp_
/bin/sh <_temp_
/usr/libexec/elf/ld: warning: libSM.so.6, needed by /usr/X11R6/lib/libXt.so, not found (try using --rpath)
/usr/libexec/elf/ld: warning: libICE.so.6, needed by /usr/X11R6/lib/libXt.so, not found (try using --rpath)
/usr/X11R6/lib/libXt.so: undefined reference to `SmcSaveYourselfDone'
Notes
Notes:
svn path=/head/; revision=14059
Diffstat (limited to 'japanese/vfghostscript')
-rw-r--r-- | japanese/vfghostscript/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/vfghostscript/Makefile b/japanese/vfghostscript/Makefile index 4aeeb7e56ca8..085e2dbddbf4 100644 --- a/japanese/vfghostscript/Makefile +++ b/japanese/vfghostscript/Makefile @@ -3,7 +3,7 @@ # Date created: 14 May 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.12 1998/07/20 03:28:52 steve Exp $ +# $Id: Makefile,v 1.13 1998/10/07 06:11:42 asami Exp $ # DISTNAME= ghostscript2.6.2 @@ -22,6 +22,8 @@ DISTFILES= ghostscript-2.6.2.tar.gz ghostscript-fonts-2.6.2.tar.gz \ MAINTAINER= mita@jp.FreeBSD.org +BROKEN_ELF= yes + LIB_DEPENDS= VFlib2.23:${PORTSDIR}/japanese/vflib NO_LATEST_LINK= yes |