diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-04-04 06:34:05 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-04-04 06:34:05 +0000 |
commit | 848b234d74301482cef116f4fd056b43c9f4b8ec (patch) | |
tree | f6d7242882cfb2ed4b5f7dbabff45fd2586cb8ae /app-text | |
parent | fix CDEBUGFLAGS and close bug 1505 (diff) | |
download | gentoo-2-848b234d74301482cef116f4fd056b43c9f4b8ec.tar.gz gentoo-2-848b234d74301482cef116f4fd056b43c9f4b8ec.tar.bz2 gentoo-2-848b234d74301482cef116f4fd056b43c9f4b8ec.zip |
fix for install bug with static path
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ghostscript/files/ghostscript-6.53-gimpprint-gentoo.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/ghostscript/files/ghostscript-6.53-gimpprint-gentoo.diff b/app-text/ghostscript/files/ghostscript-6.53-gimpprint-gentoo.diff index fdf02f1b3312..d77cc94230ec 100644 --- a/app-text/ghostscript/files/ghostscript-6.53-gimpprint-gentoo.diff +++ b/app-text/ghostscript/files/ghostscript-6.53-gimpprint-gentoo.diff @@ -5,7 +5,7 @@ $(ECHOGS_XE) -a $(ldt_tr) -n -s $(PSOBJ)gs.$(OBJ) -s cat $(ld_tr) >>$(ldt_tr) + cp $(ldt_tr) $(ldt_tr)_orig -+ sed -e "s#-lXt#-L/var/tmp/portage/ghostscript-6.53-r1/work/gimp-print-4.2.0/src/main/.libs/ -lgimpprint -lXt#g" \ ++ sed -e "s#-lXt#-L${BUILD_PREFIX}/ghostscript-6.53-r1/work/gimp-print-4.2.0/src/main/.libs/ -lgimpprint -lXt#g" \ + $(ldt_tr)_orig > $(ldt_tr) $(ECHOGS_XE) -a $(ldt_tr) -s - $(EXTRALIBS) $(STDLIBS) if [ x$(XLIBDIR) != x ]; then LD_RUN_PATH=$(XLIBDIR); export LD_RUN_PATH; fi; \ |