View | Details | Raw Unified | Return to bug 235482 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +4 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	libmaxminddb
3
PORTNAME=	libmaxminddb
4
PORTVERSION=	1.3.2
4
PORTVERSION=	1.3.2
5
PORTREVISION=	1
5
CATEGORIES=	net
6
CATEGORIES=	net
6
MASTER_SITES=	https://github.com/maxmind/libmaxminddb/releases/download/${PORTVERSION}/
7
MASTER_SITES=	https://github.com/maxmind/libmaxminddb/releases/download/${PORTVERSION}/
7
8
Lines 11-20 Link Here
11
LICENSE=	APACHE20
12
LICENSE=	APACHE20
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
15
USES=		gmake libtool
16
USE_LDCONFIG=	yes
17
14
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
15
CONFIGURE_ARGS=	--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
19
CONFIGURE_ARGS=	--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
16
INSTALL_TARGET=	install-strip
20
INSTALL_TARGET=	install-strip
17
USE_LDCONFIG=	yes
18
USES=		gmake libtool
19
21
20
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)files/patch-configure (+26 lines)
Line 0 Link Here
1
--- configure.orig	2018-01-17 21:36:20 UTC
2
+++ configure
3
@@ -12615,23 +12615,11 @@ if test "x$ac_cv_type_unsigned___int128"
4
 $as_echo "#define MMDB_UINT128_IS_BYTE_ARRAY 0" >>confdefs.h
5
 
6
 else
7
-  as_ac_Type=`$as_echo "ac_cv_type_unsigned int __attribute__((mode(TI)))" | $as_tr_sh`
8
-ac_fn_c_check_type "$LINENO" "unsigned int __attribute__((mode(TI)))" "$as_ac_Type" "$ac_includes_default"
9
-if eval test \"x\$"$as_ac_Type"\" = x"yes"; then :
10
-
11
-$as_echo "#define MMDB_UINT128_IS_BYTE_ARRAY 0" >>confdefs.h
12
-
13
-
14
-$as_echo "#define MMDB_UINT128_USING_MODE 1" >>confdefs.h
15
-
16
-else
17
 
18
 $as_echo "#define MMDB_UINT128_IS_BYTE_ARRAY 1" >>confdefs.h
19
 
20
 fi
21
 
22
-fi
23
-
24
 
25
 ac_fn_c_check_type "$LINENO" "boolean" "ac_cv_type_boolean" "$ac_includes_default"
26
 if test "x$ac_cv_type_boolean" = xyes; then :

Return to bug 235482