pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/dte



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat May 15 12:00:29 UTC 2021

Modified Files:
        pkgsrc/editors/dte: Makefile

Log Message:
dte: honor CFLAGS/LDFLAGS


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/dte/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/dte/Makefile
diff -u pkgsrc/editors/dte/Makefile:1.3 pkgsrc/editors/dte/Makefile:1.4
--- pkgsrc/editors/dte/Makefile:1.3     Mon Mar 23 20:00:47 2020
+++ pkgsrc/editors/dte/Makefile Sat May 15 12:00:29 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/03/23 20:00:47 nia Exp $
+# $NetBSD: Makefile,v 1.4 2021/05/15 12:00:29 nia Exp $
 
 DISTNAME=      dte-1.9.1
 CATEGORIES=    editors
@@ -13,6 +13,8 @@ USE_TOOLS+=   gmake
 
 MAKE_FILE=     GNUmakefile
 
+MAKE_FLAGS+=   CFLAGS=${CFLAGS:Q}
+MAKE_FLAGS+=   LDFLAGS=${LDFLAGS:Q}
 MAKE_FLAGS+=   prefix=${PREFIX}
 MAKE_FLAGS+=   mandir=${PREFIX}/${PKGMANDIR}
 



Home | Main Index | Thread Index | Old Index