Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37846162
en ru br
ALT Linux repos
S:10.01.1-alt1
5.0: 8.64-alt3
4.1: 8.63-alt0.M41.4
4.0: 8.15.4-alt1.M40.4
+updates:8.15.4-alt1.M40.4
3.0: 7.07.1-alt7

Group :: Publishing
RPM: ghostscript

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: ghostscript-alt-cups-as-needed.patch
Download


diff --git a/ghostscript/cups/cups.mak b/ghostscript/cups/cups.mak
index 60dd9d1..d5ec2d9 100644
--- a/ghostscript/cups/cups.mak
+++ b/ghostscript/cups/cups.mak
@@ -49,7 +49,7 @@ pdftoraster: $(PDFTORASTER_XE)
 pdftoraster_=cups/pdftoraster.c
 
 $(PDFTORASTER_XE): $(pdftoraster_)
-	$(GLCC) `cups-config --image --libs` -DBINDIR='"$(bindir)"' -DGS='"$(GS)"' -o $@ $(pdftoraster_)
+	$(GLCC)  -DBINDIR='"$(bindir)"' -DGS='"$(GS)"' -o $@ $(pdftoraster_) `cups-config --image --libs`
 
 install:	install-cups
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin