summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2021-04-27 14:35:55 +0000
committerbsiegert <bsiegert@pkgsrc.org>2021-04-27 14:35:55 +0000
commit23147d53ce5a1c7e053a38786313b271ace2acdb (patch)
treee43342930ef12c71392aae9c2f6670f4236aacb3
parent474beda84beba3d531f3c50109c41f902e7e0a82 (diff)
downloadpkgsrc-23147d53ce5a1c7e053a38786313b271ace2acdb.tar.gz
Pullup ticket #6451 - requested by maya
net/GeoIP: NetBSD build fix Revisions pulled up: - net/GeoIP/Makefile 1.33 --- Module Name: pkgsrc Committed By: maya Date: Mon Apr 19 07:22:30 UTC 2021 Modified Files: pkgsrc/net/GeoIP: Makefile Log Message: GeoIP: force-fail gethostbyname_r configure check. NetBSD has this not-like-linux libc symbol and tries to hide it, but not well enough that autoconf fails to find it. Bump PKGREVISION for binary change. >From Stefan Schaeckeler in PR pkg/56116
-rw-r--r--net/GeoIP/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile
index f6e24c873b9..9e66b7f6209 100644
--- a/net/GeoIP/Makefile
+++ b/net/GeoIP/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2020/01/08 11:59:43 nia Exp $
+# $NetBSD: Makefile,v 1.32.10.1 2021/04/27 14:35:55 bsiegert Exp $
DISTNAME= GeoIP-1.6.12
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=maxmind/}
GITHUB_PROJECT= geoip-api-c
@@ -16,5 +17,7 @@ GNU_CONFIGURE= yes
TEST_TARGET= check
+CONFIGURE_ARGS.NetBSD+= ac_cv_func_gethostbyname_r=no
+
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"