/[packages]/cauldron/ghostscript/current/SOURCES/ghostscript-linkage.patch
ViewVC logotype

Contents of /cauldron/ghostscript/current/SOURCES/ghostscript-linkage.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19330 - (show annotations) (download)
Sat Jan 15 18:03:00 2011 UTC (13 years, 3 months ago) by blino
File size: 497 byte(s)
imported package ghostscript
1 --- cups/cups.mak 2010-05-05 05:08:00.000000000 +0200
2 +++ cups/cups.mak.oden 2010-09-24 18:03:48.422752272 +0200
3 @@ -51,7 +51,7 @@
4
5 $(PDFTORASTER_XE): $(pdftoraster_)
6 if [ "$(CUPSPDFTORASTER)" = "1" ]; then \
7 - $(GLCC) $(LDFLAGS) -DBINDIR='"$(bindir)"' -DGS='"$(GS)"' -o $@ $(pdftoraster_) `cups-config --image --ldflags --libs`; \
8 + $(GLCC) -o $@ $(pdftoraster_) $(LDFLAGS) `cups-config --image --ldflags --libs` -DBINDIR='"$(bindir)"' -DGS='"$(GS)"'; \
9 fi
10
11 install: install-cups

  ViewVC Help
Powered by ViewVC 1.1.30