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

Contents of /cauldron/ghostscript/pristine@/SOURCES/ghostscript-linkage.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 389214 - (show annotations) (download)
Thu Jan 17 21:30:27 2013 UTC (11 years, 2 months ago) by pterjan
File size: 497 byte(s)
oops
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