Magellan Linux

Contents of /trunk/ghostscript-esp/patches/ghostscript-esp-8.15.1-gtk2-pkgconfig.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 690 byte(s)
-import

1 diff -Naur espgs-8.15.1/src/unix-dll.mak espgs-8.15.1-patched/src/unix-dll.mak
2 --- espgs-8.15.1/src/unix-dll.mak 2005-01-19 05:08:41.000000000 +0100
3 +++ espgs-8.15.1-patched/src/unix-dll.mak 2006-03-05 13:51:27.000000000 +0100
4 @@ -67,7 +67,7 @@
5 # Build the small Ghostscript loaders, with Gtk+ and without
6
7 $(GSSOX_XE): $(GS_SO) $(GLSRC)dxmain.c
8 - $(GLCC) -g `gtk-config --cflags` -o $(GSSOX_XE) $(GLSRC)dxmain.c -L$(BINDIR) -l$(GS) `gtk-config --libs`
9 + $(GLCC) -g `pkg-config gtk+-2.0 --cflags` -o $(GSSOX_XE) $(GLSRC)dxmain.c -L$(BINDIR) -l$(GS) `pkg-config gtk+-2.0 --libs`
10
11 $(GSSOC_XE): $(GS_SO) $(GLSRC)dxmainc.c
12 $(GLCC) -g -o $(GSSOC_XE) $(GLSRC)dxmainc.c -L$(BINDIR) -l$(GS)