summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjoerg <joerg>2015-08-16 17:34:45 +0000
committerjoerg <joerg>2015-08-16 17:34:45 +0000
commite0547f04c08013faedc484297a7b65111eccf438 (patch)
treee94dad2cddf7581fb2d72d48f5a87747f1fa14b8 /sysutils
parent0453b3c17ea961c9c02c92977cf9a4cb69e8bd22 (diff)
downloadpkgsrc-e0547f04c08013faedc484297a7b65111eccf438.tar.gz
Revert CFLAGS change, breaks the build.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/deforaos-browser/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/deforaos-browser/Makefile b/sysutils/deforaos-browser/Makefile
index 49fbd4503fc..32a1c559721 100644
--- a/sysutils/deforaos-browser/Makefile
+++ b/sysutils/deforaos-browser/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2015/08/09 15:07:06 khorben Exp $
+# $NetBSD: Makefile,v 1.17 2015/08/16 17:34:45 joerg Exp $
#
DISTNAME= Browser-0.4.13
@@ -21,7 +21,6 @@ BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
MAKE_FLAGS+= DESTDIR=${DESTDIR}
MAKE_FLAGS+= PREFIX=${PREFIX}
-MAKE_FLAGS+= CFLAGS=${CFLAGS:Q}
AUTO_MKDIRS= yes
.include "../../mk/bsd.prefs.mk"