pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/comms/conserver
Module Name: pkgsrc
Committed By: riastradh
Date: Fri Jun 9 23:51:40 UTC 2023
Modified Files:
pkgsrc/comms/conserver: Makefile
Log Message:
comms/conserver: Make this cross-compile on NetBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/comms/conserver/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/comms/conserver/Makefile
diff -u pkgsrc/comms/conserver/Makefile:1.33 pkgsrc/comms/conserver/Makefile:1.34
--- pkgsrc/comms/conserver/Makefile:1.33 Tue Jun 15 12:35:11 2021
+++ pkgsrc/comms/conserver/Makefile Fri Jun 9 23:51:40 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2021/06/15 12:35:11 nia Exp $
+# $NetBSD: Makefile,v 1.34 2023/06/09 23:51:40 riastradh Exp $
#
DISTNAME= conserver-7.2.7
@@ -22,6 +22,10 @@ CONFIGURE_ARGS+= --with-logfile=${VARBAS
.include "../../mk/bsd.prefs.mk"
+.if ${USE_CROSS_COMPILE:tl} == "yes"
+CONFIGURE_ENV.NetBSD+= ac_cv_func_setpgrp_void=no
+.endif
+
.for arch in ${LP64PLATFORMS}
. if !empty(MACHINE_PLATFORM:M${arch})
CONFIGURE_ARGS+= --with-64bit
Home |
Main Index |
Thread Index |
Old Index