linamh/app-text/ghostscript-gpl/files/ghostscript-gpl-8.64-as-needed.diff
2009-02-19 15:10:32 +00:00

12 lines
469 B
Diff

--- ghostscript-8.64/cups/cups.mak.1 2009-02-07 16:47:21.000000000 +0100
+++ ghostscript-8.64/cups/cups.mak 2009-02-07 16:53:31.000000000 +0100
@@ -49,7 +49,7 @@
pdftoraster_=cups/pdftoraster.c
$(PDFTORASTER_XE): $(pdftoraster_)
- $(GLCC) `cups-config --image --libs` -DBINDIR='"$(bindir)"' -DGS='"$(GS)"' -o $@ $(pdftoraster_)
+ $(GLCC) $(LDFLAGS) -DBINDIR='"$(bindir)"' -DGS='"$(GS)"' -o $@ $(pdftoraster_) `cups-config --image --libs`
install: install-cups