pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ipa



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Oct 10 18:03:56 UTC 2024

Modified Files:
        pkgsrc/sysutils/ipa: Makefile

Log Message:
ipa: Define necessary flags to get msg_controllen on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/ipa/Makefile

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

Modified files:

Index: pkgsrc/sysutils/ipa/Makefile
diff -u pkgsrc/sysutils/ipa/Makefile:1.18 pkgsrc/sysutils/ipa/Makefile:1.19
--- pkgsrc/sysutils/ipa/Makefile:1.18   Fri Mar 20 11:58:21 2020
+++ pkgsrc/sysutils/ipa/Makefile        Thu Oct 10 18:03:56 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2020/03/20 11:58:21 nia Exp $
+# $NetBSD: Makefile,v 1.19 2024/10/10 18:03:56 nia Exp $
 #
 
 DISTNAME=      ipa-2.1.2
@@ -13,6 +13,8 @@ LICENSE=      2-clause-bsd
 
 GNU_CONFIGURE= yes
 
+CFLAGS.SunOS+= -D_POSIX_C_SOURCE=200809L -D__EXTENSIONS__
+
 .include "../../mk/bsd.prefs.mk"
 
 RCD_SCRIPTS=   ipa



Home | Main Index | Thread Index | Old Index