[pkgs] / devel / ghostscript / ghostscript-multilib.patch
Project Root:

pkgs: devel/ghostscript/ghostscript-multilib.patch

File: [pkgs] / devel / ghostscript / ghostscript-multilib.patch (download)
Revision: 1.2, Wed Jul 11 11:43:45 2007 UTC (3 weeks, 5 days ago) by twaugh
Branch: MAIN
CVS Tags: ghostscript-8_60-1_fc8, ghostscript-8_60-0_svn8117_1_fc8, ghostscript-8_60-0_svn8117_2_fc8, HEAD
Changes since 1.1: +15 -15 lines
* Tue Jul 10 2007 Tim Waugh <twaugh@redhat.com> 8.60-0.r8112.1
- 8.60 snapshot from svn.  Patches dropped:
  - big-cmap-post
  - split-cidfnmap
  - exactly-enable-cidfnmap
  - Fontmap.local
  No longer needed:
  - gxcht-64bit-crash
--- ghostscript-8.60-r8112/ijs/ijs-config.in.multilib	2002-01-31 19:09:46.000000000 +0000
+++ ghostscript-8.60-r8112/ijs/ijs-config.in	2007-07-10 17:46:44.000000000 +0100
@@ -43,8 +43,7 @@
       echo $includes
       ;;
     --libs)
-      libdirs=-L@libdir@
-      echo $libdirs -lijs
+      echo -lijs
       ;;
     *)
       echo "${usage}" 1>&2
--- ghostscript-8.60-r8112/ijs/Makefile.am.multilib	2007-07-10 18:00:36.000000000 +0100
+++ ghostscript-8.60-r8112/ijs/Makefile.am	2007-07-10 18:00:39.000000000 +0100
@@ -34,7 +34,7 @@
 
 pkgincludedir=$(includedir)/ijs
 m4datadir = $(datadir)/aclocal
-pkgconfigdatadir = $(prefix)/lib/pkgconfig
+pkgconfigdatadir = $(libdir)/pkgconfig
 
 lib_LTLIBRARIES = libijs.la
 

Fedora Project

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help