pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/udpcast
Module Name: pkgsrc
Committed By: nia
Date: Thu Oct 10 20:00:19 UTC 2024
Modified Files:
pkgsrc/net/udpcast: Makefile
Log Message:
udpcast: define necessary things on SunOS to get msg_controllen etc
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/udpcast/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/udpcast/Makefile
diff -u pkgsrc/net/udpcast/Makefile:1.18 pkgsrc/net/udpcast/Makefile:1.19
--- pkgsrc/net/udpcast/Makefile:1.18 Tue Jun 28 11:35:21 2022
+++ pkgsrc/net/udpcast/Makefile Thu Oct 10 20:00:19 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2022/06/28 11:35:21 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2024/10/10 20:00:19 nia Exp $
#
DISTNAME= udpcast-20060619
@@ -14,6 +14,9 @@ MAKE_JOBS_SAFE= no
USE_TOOLS+= gmake perl pod2man
+# msg_controllen and friends
+CFLAGS.SunOS+= -D_POSIX_C_SOURCE=200809L -D__EXTENSIONS__
+
INSTALLATION_DIRS= sbin ${PKGMANDIR}/man1
do-install:
Home |
Main Index |
Thread Index |
Old Index