ports/69910: Port games/xqf fails with WITH_GEOIP=yes

Stefan Walter sw at gegenunendlich.de
Sun Aug 22 12:30:35 UTC 2004


The following reply was made to PR ports/69910; it has been noted by GNATS.

From: Stefan Walter <sw at gegenunendlich.de>
To: freebsd-gnats-submit at freebsd.org, abusenospam at free.fr
Cc:  
Subject: Re: ports/69910: Port games/xqf fails with WITH_GEOIP=yes
Date: Sun, 22 Aug 2004 14:21:28 +0200

 --6TrnltStXW4iwmi0
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 The games/xqf port is looking for the wrong/old shared library of GeoIP.
 The attached patch fixes that.
 
 Stefan
 
 --6TrnltStXW4iwmi0
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="xqf-geoip.patch"
 
 diff -urN xqf.old/Makefile xqf/Makefile
 --- xqf.old/Makefile	Sun Aug 22 14:12:21 2004
 +++ xqf/Makefile	Sun Aug 22 14:12:38 2004
 @@ -38,7 +38,7 @@
  .endif
  
  .if defined(WITH_GEOIP)
 -LIB_DEPENDS+=	GeoIP.3:${PORTSDIR}/net/GeoIP
 +LIB_DEPENDS+=	GeoIP.4:${PORTSDIR}/net/GeoIP
  .else
  CONFIGURE_ARGS+=	--disable-geoip
  .endif
 
 --6TrnltStXW4iwmi0--



More information about the freebsd-ports-bugs mailing list