FreeBSD Bugzilla – Attachment 201763 Details for
Bug 235482
net/libmaxminddb: use GCC on i386 since using clang generates an incorrect maxminddb_config.h
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add sunpoet's patch to fix maxminddb_config.h on i386
libmaxminddb-1.3.2_1.diff (text/plain), 1.93 KB, created by
Ralf van der Enden
on 2019-02-05 13:52:12 UTC
(
hide
)
Description:
Add sunpoet's patch to fix maxminddb_config.h on i386
Filename:
MIME Type:
Creator:
Ralf van der Enden
Created:
2019-02-05 13:52:12 UTC
Size:
1.93 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 492197) >+++ Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= libmaxminddb > PORTVERSION= 1.3.2 >+PORTREVISION= 1 > CATEGORIES= net > MASTER_SITES= https://github.com/maxmind/libmaxminddb/releases/download/${PORTVERSION}/ > >@@ -11,10 +12,11 @@ > LICENSE= APACHE20 > LICENSE_FILE= ${WRKSRC}/LICENSE > >+USES= gmake libtool >+USE_LDCONFIG= yes >+ > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig > INSTALL_TARGET= install-strip >-USE_LDCONFIG= yes >-USES= gmake libtool > > .include <bsd.port.mk> >Index: files/patch-configure >=================================================================== >--- files/patch-configure (nonexistent) >+++ files/patch-configure (working copy) >@@ -0,0 +1,26 @@ >+--- configure.orig 2018-01-17 21:36:20 UTC >++++ configure >+@@ -12615,23 +12615,11 @@ if test "x$ac_cv_type_unsigned___int128" >+ $as_echo "#define MMDB_UINT128_IS_BYTE_ARRAY 0" >>confdefs.h >+ >+ else >+- as_ac_Type=`$as_echo "ac_cv_type_unsigned int __attribute__((mode(TI)))" | $as_tr_sh` >+-ac_fn_c_check_type "$LINENO" "unsigned int __attribute__((mode(TI)))" "$as_ac_Type" "$ac_includes_default" >+-if eval test \"x\$"$as_ac_Type"\" = x"yes"; then : >+- >+-$as_echo "#define MMDB_UINT128_IS_BYTE_ARRAY 0" >>confdefs.h >+- >+- >+-$as_echo "#define MMDB_UINT128_USING_MODE 1" >>confdefs.h >+- >+-else >+ >+ $as_echo "#define MMDB_UINT128_IS_BYTE_ARRAY 1" >>confdefs.h >+ >+ fi >+ >+-fi >+- >+ >+ ac_fn_c_check_type "$LINENO" "boolean" "ac_cv_type_boolean" "$ac_includes_default" >+ if test "x$ac_cv_type_boolean" = xyes; then : > >Property changes on: files/patch-configure >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
tremere
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 235482
:
201710
| 201763 |
235483