Date: Sat, 23 Feb 2002 00:30:02 -0800 (PST) From: John Reynolds <johnjen@reynoldsnet.org> To: freebsd-ports@FreeBSD.org Subject: Re: ports/34835: [PATCH] ghostscript-gnu fails to compile if gimp-print libs are installed Message-ID: <200202230830.g1N8U2N29458@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/34835; it has been noted by GNATS. From: John Reynolds <johnjen@reynoldsnet.org> To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/34835: [PATCH] ghostscript-gnu fails to compile if gimp-print libs are installed Date: Sat, 23 Feb 2002 01:22:24 -0700 Hello, after some consideration, I have revamped the patch that fixes the above problem. The following patch supercedes the original patch and creates another "FreeBSD patch" to be applied to their tree called files/patch-src:unixlink.mak. Please look this over and commit if possible! diff -urN ghostscript-gnu.orig/files/patch-src:unixlink.mak ghostscript-gnu/files/patch-src:unixlink.mak --- ghostscript-gnu.orig/files/patch-src:unixlink.mak Wed Dec 31 17:00:00 1969 +++ ghostscript-gnu/files/patch-src:unixlink.mak Sat Feb 23 01:09:38 2002 @@ -0,0 +1,11 @@ +--- src/unixlink.mak.orig Sat Feb 23 00:58:22 2002 ++++ src/unixlink.mak Sat Feb 23 00:58:02 2002 +@@ -64,7 +64,7 @@ + # which has limited environment space. + ldt_tr=$(PSOBJ)ldt.tr + $(GS_XE): $(ld_tr) $(ECHOGS_XE) $(XE_ALL) +- $(ECHOGS_XE) -w $(ldt_tr) -n - $(CCLD) $(LDFLAGS) -o $(GS_XE) ++ $(ECHOGS_XE) -w $(ldt_tr) -n - $(CCLD) -L$(PSOBJ) $(LDFLAGS) -o $(GS_XE) + $(ECHOGS_XE) -a $(ldt_tr) -n -s $(PSOBJ)gs.$(OBJ) -s + cat $(ld_tr) >>$(ldt_tr) + $(ECHOGS_XE) -a $(ldt_tr) -s - $(EXTRALIBS) $(STDLIBS) -- John & Jennifer Reynolds johnjen@reynoldsnet.org http://www.reynoldsnet.org/ Senior CAD Engineer, WCCG, Intel Corporation jreynold@sedona.ch.intel.com Running FreeBSD since 2.1.5-RELEASE. FreeBSD: The Power to Serve! "Unix is user friendly, it's just particular about the friends it chooses." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202230830.g1N8U2N29458>