pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Remove workaround for v2.1.6 of wip/libressl on NetBSD



Module Name:	pkgsrc-wip
Committed By:	Sevan Janiyan <venture37%geeklan.co.uk@localhost>
Pushed By:	sevan
Date:		Sun Jan 3 21:18:47 2016 +0000
Changeset:	9055718498d908a631d25b51dbbbc7c61fccea0c

Modified Files:
	libressl/Makefile

Log Message:
Remove workaround for v2.1.6 of wip/libressl on NetBSD

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9055718498d908a631d25b51dbbbc7c61fccea0c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libressl/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diffs:
diff --git a/libressl/Makefile b/libressl/Makefile
index adcbee3..50fc340 100644
--- a/libressl/Makefile
+++ b/libressl/Makefile
@@ -24,9 +24,6 @@ GNU_CONFIGURE_PREFIX=	${LIBRESSL_PREFIX}
 CONFIGURE_ARGS+=	--with-openssldir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=	--with-enginesdir=${LIBRESSL_PREFIX}/lib/engines
 
-# Added for 2.1.6 - remove for next stable version as it's fixed upstream
-CPPFLAGS.NetBSD+=	-D_OPENBSD_SOURCE
-
 # Handle subprefix
 LDFLAGS+=		${COMPILER_RPATH_FLAG}${LIBRESSL_PREFIX:Q}/lib
 


Home | Main Index | Thread Index | Old Index