1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Fix the build with GTK+2.10.

Reported by:	ahze
This commit is contained in:
Jeremy Messenger 2006-08-31 18:09:32 +00:00
parent aa86d42498
commit 22ff0dbb4a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171745
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,11 @@
Index: trunk/configure
===================================================================
--- configure (revision 516)
+++ configure (revision 559)
@@ -174,5 +174,5 @@
if runcmd pkg-config gtk+-2.0
then
- if runcmd expr `pkg-config --modversion gtk+-2.0` '>=' 2.6.0
+ if runcmd pkg-config --exists gtk+-2.0 '>=' 2.6.0
then
cat > testconf.c << EOF

View File

@ -0,0 +1,11 @@
Index: trunk/configure
===================================================================
--- configure (revision 516)
+++ configure (revision 559)
@@ -174,5 +174,5 @@
if runcmd pkg-config gtk+-2.0
then
- if runcmd expr `pkg-config --modversion gtk+-2.0` '>=' 2.6.0
+ if runcmd pkg-config --exists gtk+-2.0 '>=' 2.6.0
then
cat > testconf.c << EOF