pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/abduco



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Mar  4 20:56:01 UTC 2020

Modified Files:
        pkgsrc/misc/abduco: Makefile

Log Message:
abduco: Use _DARWIN_C_SOURCE on Darwin.

Supposedly fixes the build.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/abduco/Makefile

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

Modified files:

Index: pkgsrc/misc/abduco/Makefile
diff -u pkgsrc/misc/abduco/Makefile:1.3 pkgsrc/misc/abduco/Makefile:1.4
--- pkgsrc/misc/abduco/Makefile:1.3     Wed Mar  4 20:50:11 2020
+++ pkgsrc/misc/abduco/Makefile Wed Mar  4 20:56:01 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/03/04 20:50:11 nia Exp $
+# $NetBSD: Makefile,v 1.4 2020/03/04 20:56:01 nia Exp $
 
 DISTNAME=      abduco-0.6
 CATEGORIES=    misc
@@ -14,5 +14,6 @@ USE_LANGUAGES=        c99
 MAKE_FLAGS+=   MANPREFIX=${PREFIX}/${PKGMANDIR}
 
 CFLAGS.NetBSD+=        -D_NETBSD_SOURCE
+CFLAGS.Darwin+=        -D_DARWIN_C_SOURCE
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index