Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Aug 2004 12:30:35 GMT
From:      Stefan Walter <sw@gegenunendlich.de>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/69910: Port games/xqf fails with WITH_GEOIP=yes
Message-ID:  <200408221230.i7MCUZjn037046@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/69910; it has been noted by GNATS.

From: Stefan Walter <sw@gegenunendlich.de>
To: freebsd-gnats-submit@freebsd.org, abusenospam@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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408221230.i7MCUZjn037046>