pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/daq
Module Name: pkgsrc
Committed By: jperkin
Date: Fri May 10 18:52:03 UTC 2024
Modified Files:
pkgsrc/net/daq: Makefile
Log Message:
daq: Use C99 inttypes on SunOS.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/daq/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/daq/Makefile
diff -u pkgsrc/net/daq/Makefile:1.6 pkgsrc/net/daq/Makefile:1.7
--- pkgsrc/net/daq/Makefile:1.6 Tue Jun 6 12:42:04 2023
+++ pkgsrc/net/daq/Makefile Fri May 10 18:52:03 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2023/06/06 12:42:04 riastradh Exp $
+# $NetBSD: Makefile,v 1.7 2024/05/10 18:52:03 jperkin Exp $
DISTNAME= daq-2.0.7
DIST_SUBDIR= ${DISTNAME} # remove on next update
@@ -13,11 +13,13 @@ COMMENT= Abstraction layer for libpcap
LICENSE= gnu-gpl-v2
TOOL_DEPENDS+= bison-[0-9]*:../../devel/bison
-.include "../../net/libdnet/buildlink3.mk"
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
+CPPFLAGS.SunOS+= -Du_int32_t=uint32_t
+
.include "../../devel/flex/buildlink3.mk"
+.include "../../net/libdnet/buildlink3.mk"
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index