pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/glib2 Add all .pc.in files to PKGCONFIG_OVERRIDE.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93dd2867a3dc
branches:  trunk
changeset: 490500:93dd2867a3dc
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Mar 13 13:17:39 2005 +0000

description:
Add all .pc.in files to PKGCONFIG_OVERRIDE.

diffstat:

 devel/glib2/Makefile |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r a85f1feedaf3 -r 93dd2867a3dc devel/glib2/Makefile
--- a/devel/glib2/Makefile      Sun Mar 13 09:30:31 2005 +0000
+++ b/devel/glib2/Makefile      Sun Mar 13 13:17:39 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2005/03/02 15:38:08 wiz Exp $
+# $NetBSD: Makefile,v 1.68 2005/03/13 13:17:39 jmmv Exp $
 
 DISTNAME=              glib-2.6.3
 PKGNAME=               ${DISTNAME:S/glib/glib2/}
@@ -23,9 +23,15 @@
 USE_LIBTOOL=           yes
 TEST_TARGET=           check
 
-PKGCONFIG_OVERRIDE=    glib-2.0.pc.in
+PKGCONFIG_OVERRIDE=    glib-2.0-uninstalled.pc.in
+PKGCONFIG_OVERRIDE+=   glib-2.0.pc.in
+PKGCONFIG_OVERRIDE+=   gmodule-2.0-uninstalled.pc.in
 PKGCONFIG_OVERRIDE+=   gmodule-2.0.pc.in
+PKGCONFIG_OVERRIDE+=   gmodule-export-2.0.pc.in
+PKGCONFIG_OVERRIDE+=   gmodule-no-export-2.0.pc.in
+PKGCONFIG_OVERRIDE+=   gobject-2.0-uninstalled.pc.in
 PKGCONFIG_OVERRIDE+=   gobject-2.0.pc.in
+PKGCONFIG_OVERRIDE+=   gthread-2.0-uninstalled.pc.in
 PKGCONFIG_OVERRIDE+=   gthread-2.0.pc.in
 
 GNU_CONFIGURE=         # defined



Home | Main Index | Thread Index | Old Index