diff options
Diffstat (limited to 'net-p2p/ktorrent/files/ktorrent-2.2.2-geoip-check.patch')
-rw-r--r-- | net-p2p/ktorrent/files/ktorrent-2.2.2-geoip-check.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-p2p/ktorrent/files/ktorrent-2.2.2-geoip-check.patch b/net-p2p/ktorrent/files/ktorrent-2.2.2-geoip-check.patch new file mode 100644 index 000000000000..81a669ea0673 --- /dev/null +++ b/net-p2p/ktorrent/files/ktorrent-2.2.2-geoip-check.patch @@ -0,0 +1,12 @@ +diff -Naur ktorrent-2.2.2.orig/configure.in.in ktorrent-2.2.2/configure.in.in +--- ktorrent-2.2.2.orig/configure.in.in 2007-09-01 15:51:27.000000000 +0200 ++++ ktorrent-2.2.2/configure.in.in 2007-09-01 16:11:59.000000000 +0200 +@@ -134,7 +134,7 @@ + else + AC_MSG_ERROR(cannot enable system geoip. GeoIP library headers were not found on your system) + fi ;; +- no) system_geoip=true ;; ++ no) system_geoip=false ;; + *) AC_MSG_ERROR(bad value ${enableval} for --enable-system-geoip) ;; + esac],[system_geoip=false]) + |