Magellan Linux

Contents of /trunk/ghostscript-gpl/patches/ghostscript-gpl-8.70-multilib.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 907 - (show annotations) (download)
Mon Oct 26 18:29:14 2009 UTC (14 years, 6 months ago) by niro
File size: 451 byte(s)
patchset for ghostscript-gpl

1 diff -up ghostscript-8.61/ijs/ijs-config.in.multilib ghostscript-8.61/ijs/ijs-config.in
2 --- ghostscript-8.61/ijs/ijs-config.in.multilib 2002-01-31 19:09:46.000000000 +0000
3 +++ ghostscript-8.61/ijs/ijs-config.in 2007-11-23 09:19:18.000000000 +0000
4 @@ -43,8 +43,7 @@ while test $# -gt 0; do
5 echo $includes
6 ;;
7 --libs)
8 - libdirs=-L@libdir@
9 - echo $libdirs -lijs
10 + echo -lijs
11 ;;
12 *)
13 echo "${usage}" 1>&2