diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-16 10:54:20 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-16 10:54:20 +0800 |
commit | 6e0d849209bb3d6c479675d23dce5025a1ea141e (patch) | |
tree | b571d2f20858a5cda37fb62910c34b88160a58e4 /devel/gconf2/files | |
parent | e21365b928b51b5430f433f5076e97a6436f6ad7 (diff) | |
download | marcuscom-ports-6e0d849209bb3d6c479675d23dce5025a1ea141e.tar marcuscom-ports-6e0d849209bb3d6c479675d23dce5025a1ea141e.tar.gz marcuscom-ports-6e0d849209bb3d6c479675d23dce5025a1ea141e.tar.bz2 marcuscom-ports-6e0d849209bb3d6c479675d23dce5025a1ea141e.tar.lz marcuscom-ports-6e0d849209bb3d6c479675d23dce5025a1ea141e.tar.xz marcuscom-ports-6e0d849209bb3d6c479675d23dce5025a1ea141e.tar.zst marcuscom-ports-6e0d849209bb3d6c479675d23dce5025a1ea141e.zip |
Update to 2.5.1.
Submitted by: Jeremy Messenger <mezz7@cox.net>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1486 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gconf2/files')
-rw-r--r-- | devel/gconf2/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gconf2/files/patch-ab b/devel/gconf2/files/patch-ab new file mode 100644 index 000000000..6f25900e7 --- /dev/null +++ b/devel/gconf2/files/patch-ab @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sun Aug 4 22:38:39 2002 ++++ Makefile.in Sun Aug 4 22:39:52 2002 +@@ -35,7 +35,7 @@ + DESTDIR = + + pkgdatadir = $(datadir)/@PACKAGE@ +-pkglibdir = $(libdir)/@PACKAGE@ ++pkglibdir = $(prefix)/libdata/pkgconfig + pkgincludedir = $(includedir)/@PACKAGE@ + + top_builddir = . |