summaryrefslogtreecommitdiff
path: root/japanese/vfghostscript55/files/patch-aa
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1998-12-09 15:43:47 +0000
committerSADA Kenji <sada@FreeBSD.org>1998-12-09 15:43:47 +0000
commit3f45e8b7e0d4cb1c690c6cc7083370435dc3e9ba (patch)
treeaf0832420ffa17f48d935659879bb2dd06ca18db /japanese/vfghostscript55/files/patch-aa
parentUpgrade to 1.65. (diff)
Remove BROKEN_ELF by adding ``-lICE -lSM'' to link options when
PORTOBJFORMAT = elf.
Notes
Notes: svn path=/head/; revision=15228
Diffstat (limited to 'japanese/vfghostscript55/files/patch-aa')
-rw-r--r--japanese/vfghostscript55/files/patch-aa16
1 files changed, 14 insertions, 2 deletions
diff --git a/japanese/vfghostscript55/files/patch-aa b/japanese/vfghostscript55/files/patch-aa
index a11bb8d7ef37..f274bee57320 100644
--- a/japanese/vfghostscript55/files/patch-aa
+++ b/japanese/vfghostscript55/files/patch-aa
@@ -1,5 +1,5 @@
-*** unix-gcc.mak.orig Wed Jul 15 21:55:59 1998
---- unix-gcc.mak Wed Jul 15 21:57:23 1998
+*** unix-gcc.mak.orig Wed Dec 9 04:02:58 1998
+--- unix-gcc.mak Wed Dec 9 04:04:16 1998
***************
*** 213,219 ****
# XLDFLAGS can be set from the command line.
@@ -161,3 +161,15 @@
# Copyright (C) 1990, 1995, 1996, 1997 Aladdin Enterprises. All rights reserved.
#
+***************
+*** 5611,5616 ****
+--- 5614,5622 ----
+ ./echogs -w ldt.tr -n - $(CCLD) $(LDFLAGS) $(XLIBDIRS) -o $(GS_XE)
+ ./echogs -a ldt.tr -n -s gs.$(OBJ) -s
+ cat ld.tr >>ldt.tr
++ .if ${PORTOBJFORMAT} == "elf"
++ echo '-lICE -lSM \' >>ldt.tr
++ .endif
+ ./echogs -a ldt.tr -s - $(EXTRALIBS) -lm
+ LD_RUN_PATH=$(XLIBDIR); export LD_RUN_PATH; \
+ XCFLAGS= XINCLUDE= XLDFLAGS= XLIBDIRS= XLIBS= \