pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/p5-Socket6
Module Name: pkgsrc
Committed By: pho
Date: Sat Jan 25 03:50:08 UTC 2025
Modified Files:
pkgsrc/net/p5-Socket6: Makefile
Log Message:
net/p5-Socket6: Fix build on OmniOS
${WRKSRC}/configure attempts to directly run cpp(1) but it's not in the default PATH on this platform. It has to be linked from ${TOOLSDIR}.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/net/p5-Socket6/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/p5-Socket6/Makefile
diff -u pkgsrc/net/p5-Socket6/Makefile:1.55 pkgsrc/net/p5-Socket6/Makefile:1.56
--- pkgsrc/net/p5-Socket6/Makefile:1.55 Sat Nov 16 12:06:21 2024
+++ pkgsrc/net/p5-Socket6/Makefile Sat Jan 25 03:50:08 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2024/11/16 12:06:21 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2025/01/25 03:50:08 pho Exp $
DISTNAME= Socket6-0.29
PKGNAME= p5-${DISTNAME}
@@ -17,6 +17,7 @@ PERL5_PACKLIST= auto/Socket6/.packlist
BUILD_DEFS+= IPV6_READY
USE_LANGUAGES= c
+USE_TOOLS+= cpp
MAKE_ENV+= CCFLAGS="${CFLAGS} ${CPPFLAGS}"
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index