summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-05-04 10:52:10 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-05-04 10:52:10 +0000
commit617896e3c0cbf22fe7d2cd8a13057250d085a405 (patch)
treea9e2bf64aeee8c7b7fdd643ef9dadc458cf021ee /sci-geosciences/grass/files/grass-pkgconf.patch
parentamd64 stable, thanks to Roeland Douma (bug #318199) (diff)
downloadhistorical-617896e3c0cbf22fe7d2cd8a13057250d085a405.tar.gz
historical-617896e3c0cbf22fe7d2cd8a13057250d085a405.tar.bz2
historical-617896e3c0cbf22fe7d2cd8a13057250d085a405.zip
Update install approach. Install .pc file. Drop old.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'sci-geosciences/grass/files/grass-pkgconf.patch')
-rw-r--r--sci-geosciences/grass/files/grass-pkgconf.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/sci-geosciences/grass/files/grass-pkgconf.patch b/sci-geosciences/grass/files/grass-pkgconf.patch
new file mode 100644
index 000000000000..025217dd13e3
--- /dev/null
+++ b/sci-geosciences/grass/files/grass-pkgconf.patch
@@ -0,0 +1,21 @@
+--- grass.pc.in.old 2010-05-04 11:38:58.000000000 +0200
++++ grass.pc.in 2010-05-04 11:40:11.000000000 +0200
+@@ -1,12 +1,12 @@
+ # Package Information for pkg-config
+
+-prefix=@prefix@/grass-@GRASS_VERSION_MAJOR@.@GRASS_VERSION_MINOR@.@GRASS_VERSION_RELEASE@
+-exec_prefix=@prefix@/grass-@GRASS_VERSION_MAJOR@.@GRASS_VERSION_MINOR@.@GRASS_VERSION_RELEASE@
+-libdir=@prefix@/grass-@GRASS_VERSION_MAJOR@.@GRASS_VERSION_MINOR@.@GRASS_VERSION_RELEASE@/lib
+-includedir=@prefix@/grass-@GRASS_VERSION_MAJOR@.@GRASS_VERSION_MINOR@.@GRASS_VERSION_RELEASE@/include
++prefix=@prefix@
++exec_prefix=@prefix@
++libdir=@libdir@
++includedir=@includedir@
+
+ Name: GRASS
+ Description: GRASS GIS
+ Version: @GRASS_VERSION_MAJOR@.@GRASS_VERSION_MINOR@.@GRASS_VERSION_RELEASE@
+-Libs: -L@prefix@/grass-@GRASS_VERSION_MAJOR@.@GRASS_VERSION_MINOR@.@GRASS_VERSION_RELEASE@/lib -lgrass_I -lgrass_vask -lgrass_gmath -lgrass_gis -lgrass_datetime -lgrass_gproj -lgrass_vect -lgrass_dbmibase -lgrass_dbmiclient
+-Cflags: -I@prefix@/grass-@GRASS_VERSION_MAJOR@.@GRASS_VERSION_MINOR@.@GRASS_VERSION_RELEASE@/include
++Libs: -L${libdir} -lgrass_I -lgrass_vask -lgrass_gmath -lgrass_gis -lgrass_datetime -lgrass_gproj -lgrass_vect -lgrass_dbmibase -lgrass_dbmiclient
++Cflags: -I${includedir}/grass