pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libslang2



Module Name:    pkgsrc
Committed By:   ktnb
Date:           Sat Sep 28 02:17:55 UTC 2024

Modified Files:
        pkgsrc/devel/libslang2: Makefile

Log Message:
slang: fixed crippling bug with editors/jed


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/libslang2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libslang2/Makefile
diff -u pkgsrc/devel/libslang2/Makefile:1.23 pkgsrc/devel/libslang2/Makefile:1.24
--- pkgsrc/devel/libslang2/Makefile:1.23        Thu Sep 30 08:33:21 2021
+++ pkgsrc/devel/libslang2/Makefile     Sat Sep 28 02:17:55 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2021/09/30 08:33:21 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2024/09/28 02:17:55 ktnb Exp $
 
 DISTNAME=      slang-2.2.4
 PKGNAME=       lib${DISTNAME:slang%=slang2%}
@@ -35,6 +35,9 @@ INSTALL_MAKE_FLAGS+=  DEST_SLSH_CONF_DIR=
 
 CONFIGURE_ARGS+=       --includedir=${PREFIX}/include/slang2
 
+BUILDLINK_TRANSFORM+=  rm:-O2
+CFLAGS+=       -O0
+
 .include "../../mk/termcap.buildlink3.mk"
 
 .if ${TERMCAP_TYPE} == "termcap"



Home | Main Index | Thread Index | Old Index