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:31:17 UTC 2023

Modified Files:
        pkgsrc/editors/poke: Makefile

Log Message:
poke: passing --disable-dispatch-no-threading is only required on NetBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/editors/poke/Makefile:1.3
--- pkgsrc/editors/poke/Makefile:1.2    Mon Feb 27 21:29:37 2023
+++ pkgsrc/editors/poke/Makefile        Fri Mar  3 10:31:16 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2023/02/27 21:29:37 fcambus Exp $
+# $NetBSD: Makefile,v 1.3 2023/03/03 10:31:16 fcambus Exp $
 
 DISTNAME=      poke-3.0
+PKGREVISION=   1
 CATEGORIES=    editors
 MASTER_SITES=  https://ftp.gnu.org/gnu/poke/
 
@@ -16,9 +17,14 @@ USE_TOOLS+=  pkg-config gmake makeinfo in
 
 CONFIGURE_ARGS+=       --infodir=${PREFIX}/${PKGINFODIR}
 CONFIGURE_ARGS+=       --with-gc=${BUILDLINK_PREFIX.boehm-gc}
-CONFIGURE_ARGS+=       --disable-dispatch-no-threading
 CONFIGURE_ARGS+=       --enable-mi
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD"
+CONFIGURE_ARGS+=       --disable-dispatch-no-threading
+.endif
+
 .include "../../devel/boehm-gc/buildlink3.mk"
 .include "../../devel/gettext-tools/buildlink3.mk"
 .include "../../devel/readline/buildlink3.mk"



Home | Main Index | Thread Index | Old Index