pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/skalibs
Module Name: pkgsrc
Committed By: nros
Date: Sun Dec 26 16:42:42 UTC 2021
Modified Files:
pkgsrc/devel/skalibs: Makefile
Log Message:
Define _NETBSD_SOURCE on NetBSD to make sure the function declaration of fdopendir is visible.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/skalibs/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/skalibs/Makefile
diff -u pkgsrc/devel/skalibs/Makefile:1.14 pkgsrc/devel/skalibs/Makefile:1.15
--- pkgsrc/devel/skalibs/Makefile:1.14 Wed Dec 22 15:59:17 2021
+++ pkgsrc/devel/skalibs/Makefile Sun Dec 26 16:42:42 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2021/12/22 15:59:17 schmonz Exp $
+# $NetBSD: Makefile,v 1.15 2021/12/26 16:42:42 nros Exp $
DISTNAME= skalibs-2.11.1.0
CATEGORIES= devel
@@ -16,6 +16,8 @@ USE_LIBTOOL= yes
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
+CPPFLAGS.NetBSD= -D_NETBSD_SOURCE
+
INSTALLATION_DIRS= include/skalibs lib/skalibs/sysdeps
post-install:
Home |
Main Index |
Thread Index |
Old Index