pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/kakoune



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Dec 13 07:34:15 UTC 2024

Modified Files:
        pkgsrc/editors/kakoune: Makefile

Log Message:
kakoune: respect pkgsrc CXXFLAGS

>From db7 in PR 58899.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/editors/kakoune/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/kakoune/Makefile
diff -u pkgsrc/editors/kakoune/Makefile:1.9 pkgsrc/editors/kakoune/Makefile:1.10
--- pkgsrc/editors/kakoune/Makefile:1.9 Wed Dec 11 14:27:25 2024
+++ pkgsrc/editors/kakoune/Makefile     Fri Dec 13 07:34:14 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2024/12/11 14:27:25 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2024/12/13 07:34:14 wiz Exp $
 
 DISTNAME=      kakoune-2024.05.18
 CATEGORIES=    editors
@@ -17,6 +17,7 @@ USE_LANGUAGES=        c c++
 USE_CXX_FEATURES+=     c++20
 
 MAKE_FLAGS+=   mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+MAKE_FLAGS+=   CXXFLAGS-debug-no=
 MAKE_FLAGS+=   PREFIX=${PREFIX}
 
 LDFLAGS.SunOS+=        -lsocket -lnsl



Home | Main Index | Thread Index | Old Index