summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-15 13:39:02 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-15 13:39:02 +0800
commit2a812403228fe77b53de0bb3ee317b6e8bb2daf9 (patch)
tree6a166ee29c49ebd8efa936f8b903165ff411ab27 /devel
parent381abfaf699579b20199f97d66f39c8d28753877 (diff)
downloadmarcuscom-ports-2a812403228fe77b53de0bb3ee317b6e8bb2daf9.tar
marcuscom-ports-2a812403228fe77b53de0bb3ee317b6e8bb2daf9.tar.gz
marcuscom-ports-2a812403228fe77b53de0bb3ee317b6e8bb2daf9.tar.bz2
marcuscom-ports-2a812403228fe77b53de0bb3ee317b6e8bb2daf9.tar.lz
marcuscom-ports-2a812403228fe77b53de0bb3ee317b6e8bb2daf9.tar.xz
marcuscom-ports-2a812403228fe77b53de0bb3ee317b6e8bb2daf9.tar.zst
marcuscom-ports-2a812403228fe77b53de0bb3ee317b6e8bb2daf9.zip
Remove the pkg-config check for linc.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@871 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/gconf2/files/patch-configure18
1 files changed, 12 insertions, 6 deletions
diff --git a/devel/gconf2/files/patch-configure b/devel/gconf2/files/patch-configure
index f1195405d..d54e11c88 100644
--- a/devel/gconf2/files/patch-configure
+++ b/devel/gconf2/files/patch-configure
@@ -1,9 +1,6 @@
-
-$FreeBSD: ports/devel/gconf2/files/patch-configure,v 1.7 2003/02/07 18:42:02 marcus Exp $
-
---- configure.orig Fri Apr 26 12:18:08 2002
-+++ configure Fri Apr 26 12:18:36 2002
-@@ -6797,6 +6797,7 @@
+--- configure.orig Sat May 3 13:11:21 2003
++++ configure Sun Jun 15 01:22:52 2003
+@@ -8029,6 +8029,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
@@ -11,3 +8,12 @@ $FreeBSD: ports/devel/gconf2/files/patch-configure,v 1.7 2003/02/07 18:42:02 mar
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+@@ -8300,7 +8301,7 @@
+
+
+
+-PKGCONFIG_MODULES='gmodule-2.0 >= 2.0.1 gobject-2.0 >= 2.0.1 ORBit-2.0 >= 2.4.0 linc >= 0.5.0'
++PKGCONFIG_MODULES='gmodule-2.0 >= 2.0.1 gobject-2.0 >= 2.0.1 ORBit-2.0 >= 2.4.0 '
+ PKGCONFIG_MODULES_WITH_XML="$PKGCONFIG_MODULES libxml-2.0"
+ PKGCONFIG_MODULES_WITH_GTK=" $PKGCONFIG_MODULES gtk+-2.0 >= 2.0.0"
+ PKGCONFIG_MODULES_WITH_XML_AND_GTK=" $PKGCONFIG_MODULES gtk+-2.0 libxml-2.0"