From owner-freebsd-ports Sat Feb 23 0:30: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 91B6F37B400 for ; Sat, 23 Feb 2002 00:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1N8U2N29458; Sat, 23 Feb 2002 00:30:02 -0800 (PST) (envelope-from gnats) Date: Sat, 23 Feb 2002 00:30:02 -0800 (PST) Message-Id: <200202230830.g1N8U2N29458@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: John Reynolds Subject: Re: ports/34835: [PATCH] ghostscript-gnu fails to compile if gimp-print libs are installed Reply-To: John Reynolds Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/34835; it has been noted by GNATS. From: John Reynolds 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