dns/libidn2: sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2021-03-06 15:09:51 +01:00
parent 835b1c41b7
commit edc153de8b
2 changed files with 10 additions and 6 deletions

View File

@ -26,10 +26,4 @@ USE_LDCONFIG= yes
INFO= libidn2
post-patch:
@${REINPLACE_CMD} -e '/^TMPDIR = /d' ${WRKSRC}/Makefile.in
post-configure:
@${REINPLACE_CMD} -e '/HAVE_SYMVER_ALIAS_SUPPORT/d' ${WRKSRC}/config.h
.include <bsd.port.mk>

View File

@ -0,0 +1,10 @@
--- config.h.in.orig 2019-11-14 10:05:07 UTC
+++ config.h.in
@@ -246,7 +246,6 @@
#undef HAVE_STRVERSCMP
/* The toolchain supports aliases and .symver. */
-#undef HAVE_SYMVER_ALIAS_SUPPORT
/* Define to 1 if you have the <sys/bitypes.h> header file. */
#undef HAVE_SYS_BITYPES_H