pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/poke



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Fri Mar  3 10:59:27 UTC 2023

Modified Files:
        pkgsrc/editors/poke: Makefile

Log Message:
poke: use CONFIGURE_ARGS.NetBSD to pass --disable-dispatch-no-threading.

Suggested by wiz@, thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/poke/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/poke/Makefile
diff -u pkgsrc/editors/poke/Makefile:1.3 pkgsrc/editors/poke/Makefile:1.4
--- pkgsrc/editors/poke/Makefile:1.3    Fri Mar  3 10:31:16 2023
+++ pkgsrc/editors/poke/Makefile        Fri Mar  3 10:59:27 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/03/03 10:31:16 fcambus Exp $
+# $NetBSD: Makefile,v 1.4 2023/03/03 10:59:27 fcambus Exp $
 
 DISTNAME=      poke-3.0
 PKGREVISION=   1
@@ -19,11 +19,8 @@ CONFIGURE_ARGS+=     --infodir=${PREFIX}/${P
 CONFIGURE_ARGS+=       --with-gc=${BUILDLINK_PREFIX.boehm-gc}
 CONFIGURE_ARGS+=       --enable-mi
 
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "NetBSD"
-CONFIGURE_ARGS+=       --disable-dispatch-no-threading
-.endif
+# Jitter's no-threading dispatch does not work on NetBSD
+CONFIGURE_ARGS.NetBSD+= --disable-dispatch-no-threading
 
 .include "../../devel/boehm-gc/buildlink3.mk"
 .include "../../devel/gettext-tools/buildlink3.mk"



Home | Main Index | Thread Index | Old Index