svn commit: r370946 - head/security/gnutls

Bryan Drewery bdrewery at FreeBSD.org
Wed Oct 15 19:22:22 UTC 2014


Author: bdrewery
Date: Wed Oct 15 19:22:21 2014
New Revision: 370946
URL: https://svnweb.freebsd.org/changeset/ports/370946
QAT: https://qat.redports.org/buildarchive/r370946/

Log:
  Fix build on systems without stdnoreturn.h
  
  Reported by:	many

Modified:
  head/security/gnutls/Makefile

Modified: head/security/gnutls/Makefile
==============================================================================
--- head/security/gnutls/Makefile	Wed Oct 15 19:17:17 2014	(r370945)
+++ head/security/gnutls/Makefile	Wed Oct 15 19:22:21 2014	(r370946)
@@ -55,6 +55,8 @@ INFO=		gnutls gnutls-guile
 
 post-patch:
 	@${RM} ${WRKSRC}/doc/*.info*
+	${SED} -i '' -e 's|^+_NORETURN_H|_NORETURN_H|' \
+	  ${WRKSRC}/src/libopts/Makefile.in
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}


More information about the svn-ports-head mailing list