SOURCES: ghostscript-gpl-gtk.patch (NEW) - build gpl gs with gtk+2...

wrobell wrobell at pld-linux.org
Wed Feb 22 17:22:14 CET 2006


Author: wrobell                      Date: Wed Feb 22 16:22:13 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- build gpl gs with gtk+2 (nty)

---- Files affected:
SOURCES:
   ghostscript-gpl-gtk.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/ghostscript-gpl-gtk.patch
diff -u /dev/null SOURCES/ghostscript-gpl-gtk.patch:1.1
--- /dev/null	Wed Feb 22 17:22:13 2006
+++ SOURCES/ghostscript-gpl-gtk.patch	Wed Feb 22 17:22:08 2006
@@ -0,0 +1,11 @@
+--- ghostscript-8.50-gpl/src/unix-dll.mak.orig	2006-02-22 11:07:54.000000000 +0000
++++ ghostscript-8.50-gpl/src/unix-dll.mak	2006-02-22 10:59:11.000000000 +0000
+@@ -67,7 +67,7 @@
+ # Build the small Ghostscript loaders, with Gtk+ and without
+ 
+ $(GSSOX_XE): $(GS_SO) $(GLSRC)dxmain.c
+-	$(GLCC) -g `gtk-config --cflags` -o $(GSSOX_XE) $(GLSRC)dxmain.c -L$(BINDIR) -l$(GS) `gtk-config --libs`
++	$(GLCC) -g `pkg-config --cflags gtk+-2.0` -o $(GSSOX_XE) $(GLSRC)dxmain.c -L$(BINDIR) -l$(GS) `pkg-config --libs gtk+-2.0`
+ 
+ $(GSSOC_XE): $(GS_SO) $(GLSRC)dxmainc.c
+ 	$(GLCC) -g -o $(GSSOC_XE) $(GLSRC)dxmainc.c -L$(BINDIR) -l$(GS)
================================================================


More information about the pld-cvs-commit mailing list