pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/vigor
Module Name: pkgsrc
Committed By: nia
Date: Wed Aug 16 08:08:36 UTC 2023
Modified Files:
pkgsrc/editors/vigor: Makefile
Log Message:
vigor: Check for CIRCLEQ support using the infrastructure variable
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/editors/vigor/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/vigor/Makefile
diff -u pkgsrc/editors/vigor/Makefile:1.54 pkgsrc/editors/vigor/Makefile:1.55
--- pkgsrc/editors/vigor/Makefile:1.54 Sun Jan 29 21:15:57 2023
+++ pkgsrc/editors/vigor/Makefile Wed Aug 16 08:08:36 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2023/01/29 21:15:57 ryoon Exp $
+# $NetBSD: Makefile,v 1.55 2023/08/16 08:08:36 nia Exp $
#
DISTNAME= vigor-0.016
@@ -49,13 +49,11 @@ BDB_ACCEPTED= db1
CPPFLAGS+= -DUSE_INTERP_RESULT
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} != "DragonFly"
-. if exists(/usr/include/sys/queue.h)
+.if ${OPSYS} == "NetBSD" && defined(OPSYS_HAS_CIRCLEQ)
+# depends on CIRCLEQ macros (removed in NetBSD 10)
# this file obscures the system header
-# (Desired for DragonFly which does not have CIRCLEQ macros)
post-patch:
${RM} -f ${WRKSRC}/include/sys/queue.h
-. endif
.endif
.include "../../lang/tcl/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index