|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2008-10-14 13:32 UTC] jhohle at godaddy dot com
Description: ------------ The config.m4 provided with the geoip package does not incude the default MacPorts path, making it difficult to install with pear/pecl on Mac OS X. The following patch to config.m4 allows it to build cleanly: 13c13 < SEARCH_PATH="/usr/local /usr /sw" --- > SEARCH_PATH="/usr/local /usr /sw /opt/local" PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 15:00:01 2025 UTC |
Apologies, here's a unified diff for completeness. --- config.m4 2008-06-12 11:07:19.000000000 -0700 +++ config.m4.mine 2008-10-14 10:12:33.000000000 -0700 @@ -10,7 +10,7 @@ if test "$PHP_GEOIP" != "no"; then # --with-geoip -> check with-path - SEARCH_PATH="/usr/local /usr /sw" + SEARCH_PATH="/usr/local /usr /sw /opt/local" SEARCH_FOR="/include/GeoIP.h" if test -r $PHP_GEOIP/$SEARCH_FOR; then GEOIP_DIR=$PHP_GEOIP