summaryrefslogtreecommitdiff
path: root/filesystems
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2017-08-23 17:54:05 +0000
committerjlam <jlam@pkgsrc.org>2017-08-23 17:54:05 +0000
commitd9b12649a22e611883434ba01882a2c18418a8d3 (patch)
treef086c84780fce7197c969850ccf477f2b7362ff6 /filesystems
parent6dcba25121025fbc2b6982c98cc46b1ad032fb82 (diff)
downloadpkgsrc-d9b12649a22e611883434ba01882a2c18418a8d3.tar.gz
filesystems/fsx: Properly quote CFLAGS when set via MAKE_FLAGS.
Diffstat (limited to 'filesystems')
-rw-r--r--filesystems/fsx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/filesystems/fsx/Makefile b/filesystems/fsx/Makefile
index 52f50329d80..f46fcd87295 100644
--- a/filesystems/fsx/Makefile
+++ b/filesystems/fsx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/11/06 16:12:08 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2017/08/23 17:54:05 jlam Exp $
DISTNAME= fsx-2009
CATEGORIES= filesystems
@@ -14,7 +14,7 @@ DIST_SUBDIR= ${DISTNAME}
WRKSRC= ${WRKDIR}
USE_TOOLS+= gmake
BUILD_TARGET= fsx
-MAKE_FLAGS= CFLAGS=${CFLAGS}
+MAKE_FLAGS= CFLAGS=${CFLAGS:Q}
INSTALLATION_DIRS= bin share/doc/fsx