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: Sun Sep 29 02:21:41 UTC 2024
Modified Files:
pkgsrc/devel/libslang2: Makefile
Log Message:
libslang2: added comment to explain my actions
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 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.25 pkgsrc/devel/libslang2/Makefile:1.26
--- pkgsrc/devel/libslang2/Makefile:1.25 Sat Sep 28 07:49:56 2024
+++ pkgsrc/devel/libslang2/Makefile Sun Sep 29 02:21:41 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2024/09/28 07:49:56 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2024/09/29 02:21:41 ktnb Exp $
DISTNAME= slang-2.2.4
PKGNAME= lib${DISTNAME:slang%=slang2%}
@@ -35,6 +35,10 @@ INSTALL_MAKE_FLAGS+= DEST_SLSH_CONF_DIR=
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/slang2
+# Supposedly there is a bug when compiling libslang with -O2.
+# The following fixes issues with editors/jed not being able
+# to open things.
+# https://bugzilla.redhat.com/show_bug.cgi?id=843109#c2
BUILDLINK_TRANSFORM+= rm:-O2
CFLAGS+= -O0
Home |
Main Index |
Thread Index |
Old Index