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:
parent
aa86d42498
commit
22ff0dbb4a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171745
11
net-p2p/transmission-cli/files/patch-configure
Normal file
11
net-p2p/transmission-cli/files/patch-configure
Normal 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
|
11
net-p2p/transmission/files/patch-configure
Normal file
11
net-p2p/transmission/files/patch-configure
Normal 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
|
Loading…
x
Reference in New Issue
Block a user