pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/gpgme



Module Name:    pkgsrc
Committed By:   tron
Date:           Thu Aug 10 18:49:17 UTC 2017

Modified Files:
        pkgsrc/security/gpgme: Makefile

Log Message:
Fix build under macOS Sierra and possibly older versions as well.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/security/gpgme/Makefile

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

Modified files:

Index: pkgsrc/security/gpgme/Makefile
diff -u pkgsrc/security/gpgme/Makefile:1.82 pkgsrc/security/gpgme/Makefile:1.83
--- pkgsrc/security/gpgme/Makefile:1.82 Tue Aug  1 11:48:20 2017
+++ pkgsrc/security/gpgme/Makefile      Thu Aug 10 18:49:17 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2017/08/01 11:48:20 ryoon Exp $
+# $NetBSD: Makefile,v 1.83 2017/08/10 18:49:17 tron Exp $
 
 DISTNAME=      gpgme-1.8.0
 PKGREVISION=   1
@@ -28,6 +28,7 @@ SUBST_SED.pthread+=   -e 's,@PTHREAD_LIBS@
 SUBST_SED.pthread+=    -e 's,@PTHREAD_CFLAGS@,${PTHREAD_CFLAGS},g'
 SUBST_STAGE.pthread=   post-patch
 
+CPPFLAGS.Darwin=       -D_POSIX_C_SOURCE=200809L
 LIBS.SunOS+=           -lnsl -lsocket
 
 # getenv_r is not detected correctly. It will be found



Home | Main Index | Thread Index | Old Index