pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/tme



Module Name:    pkgsrc
Committed By:   mrg
Date:           Fri Dec  6 05:38:02 UTC 2019

Modified Files:
        pkgsrc/emulators/tme: Makefile

Log Message:
don't --disable-debug if CFLAGS contains -g.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/emulators/tme/Makefile

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

Modified files:

Index: pkgsrc/emulators/tme/Makefile
diff -u pkgsrc/emulators/tme/Makefile:1.71 pkgsrc/emulators/tme/Makefile:1.72
--- pkgsrc/emulators/tme/Makefile:1.71  Sun Aug 11 13:20:58 2019
+++ pkgsrc/emulators/tme/Makefile       Fri Dec  6 05:38:02 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2019/08/11 13:20:58 wiz Exp $
+# $NetBSD: Makefile,v 1.72 2019/12/06 05:38:02 mrg Exp $
 #
 
 DISTNAME=              tme-0.8
@@ -18,7 +18,10 @@ USE_LIBTOOL=         yes
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            gmake perl:run pkg-config yacc
 
+.if empty(CFLAGS:M*-g*)
 CONFIGURE_ARGS+=       --disable-debug
+.endif
+
 # XXX Turn off -Werror for now; there are a very very large number of
 # warnings generated, increasing with every compiler version.
 CONFIGURE_ARGS+=       --disable-warnings



Home | Main Index | Thread Index | Old Index