diff options
author | SADA Kenji <sada@FreeBSD.org> | 1998-12-09 15:43:47 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1998-12-09 15:43:47 +0000 |
commit | 3f45e8b7e0d4cb1c690c6cc7083370435dc3e9ba (patch) | |
tree | af0832420ffa17f48d935659879bb2dd06ca18db /japanese/vfghostscript/files/patch-ae | |
parent | Upgrade 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/vfghostscript/files/patch-ae')
-rw-r--r-- | japanese/vfghostscript/files/patch-ae | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/japanese/vfghostscript/files/patch-ae b/japanese/vfghostscript/files/patch-ae new file mode 100644 index 000000000000..569489d8f65f --- /dev/null +++ b/japanese/vfghostscript/files/patch-ae @@ -0,0 +1,12 @@ +--- Makefile.orig Wed Dec 9 04:49:42 1998 ++++ Makefile Wed Dec 9 04:51:23 1998 +@@ -1992,6 +1992,9 @@ + ./echogs -n - $(CC) $(LDFLAGS) $(XLIBDIRS) -o $(GS)$(XE) $(GSUNIX) >_temp_ + ./echogs -x 205c >>_temp_ + cat ld.tr >>_temp_ ++.if ${PORTOBJFORMAT} == "elf" ++ echo '-lICE -lSM \' >>_temp_ ++.endif + ./echogs - $(EXTRALIBS) -lm >>_temp_ + $(SH) <_temp_ + |