diff options
author | 2006-04-30 09:39:47 +0000 | |
---|---|---|
committer | 2006-04-30 09:39:47 +0000 | |
commit | 52ace168e47e104487205455faf3cbe99591f50d (patch) | |
tree | 93c5fe74e78416fed92229d1c9b1e0e60dabca37 /app-text/ghostscript-esp/files/ghostscript-esp-8.15.1_p20060430-build.patch | |
parent | stable amd64 (diff) | |
download | gentoo-2-52ace168e47e104487205455faf3cbe99591f50d.tar.gz gentoo-2-52ace168e47e104487205455faf3cbe99591f50d.tar.bz2 gentoo-2-52ace168e47e104487205455faf3cbe99591f50d.zip |
Cvs drop which includes the krgb fix, include fontconfig patch, bug 104512, fix kpdf print preview, bug 126705, also include the ubuntu patch
(Portage version: 2.1_pre9-r5)
Diffstat (limited to 'app-text/ghostscript-esp/files/ghostscript-esp-8.15.1_p20060430-build.patch')
-rw-r--r-- | app-text/ghostscript-esp/files/ghostscript-esp-8.15.1_p20060430-build.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-text/ghostscript-esp/files/ghostscript-esp-8.15.1_p20060430-build.patch b/app-text/ghostscript-esp/files/ghostscript-esp-8.15.1_p20060430-build.patch new file mode 100644 index 000000000000..78991a084a6b --- /dev/null +++ b/app-text/ghostscript-esp/files/ghostscript-esp-8.15.1_p20060430-build.patch @@ -0,0 +1,11 @@ +--- espgs-8.15.1_p9999/src/unix-dll.mak.orig 2006-04-29 23:36:28.000000000 +0200 ++++ espgs-8.15.1_p9999/src/unix-dll.mak 2006-04-29 23:33:57.000000000 +0200 +@@ -87,7 +87,7 @@ + + # Normal shared object + so: SODIRS +- $(MAKE) $(SODEFS) CFLAGS='$(CFLAGS_STANDARD) $(CFLAGS_SO) $(ACDEFS) $(GCFLAGS) $(XCFLAGS)' prefix=$(prefix) $(GSSOC) $(GSSOX) ++ $(MAKE) $(SODEFS) CFLAGS='$(CFLAGS_STANDARD) $(CFLAGS_SO) $(ACDEFS) $(GCFLAGS) $(XCFLAGS) $(ACDEFS)' prefix=$(prefix) $(GSSOC) $(GSSOX) + + # Debug shared object + # Note that this is in the same directory as the normal shared |