freebsd-ports/print/cups-pstoraster/files/patch-pstoraster.in
Simon Barner d8f8e69f26 - Update to 8.15rc3
- Uses CUPS from espgs
- Builds with gs-gpl and gs-gnu

PR:		ports/76731
Submitted by:	Jose M Rodriguez <josemi@freebsd.jazztel.es>
2005-06-23 09:54:31 +00:00

20 lines
629 B
Text

--- pstoraster.in.orig Wed Jun 8 09:11:26 2005
+++ pstoraster.in Wed Jun 8 09:13:19 2005
@@ -27,7 +27,7 @@
bindir=@bindir@
# Set the library/font path...
-GS_LIB="${CUPS_FONTPATH:=/usr/share/cups/fonts}"
+GS_LIB="${CUPS_FONTPATH:=@prefix@/share/cups/fonts}"
export GS_LIB
# Options we use with Ghostscript...
@@ -51,7 +51,7 @@
ifile="$6"
fi
-echo INFO: Starting ESP Ghostscript @GS_VERSION_MAJOR@.@GS_VERSION_MINOR0@.@GS_VERSION_PATCH@... 1>&2
+echo INFO: Starting GNU/GPL Ghostscript... 1>&2
echo DEBUG: Running $bindir/@GS@ $gsopts -sOUTPUTFILE="%stdout" -c"$profile" "$ifile" 1>&2
# Now run Ghostscript...