diff options
author | wiz <wiz> | 2003-05-23 07:53:18 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-05-23 07:53:18 +0000 |
commit | ace3870a757fc544920de546eef3c0dfb82314d5 (patch) | |
tree | b4b3e0173189d81759f71c6a90c30471b5bcdebb /wm/golem | |
parent | 8219e77951460a00919c4f22f37f3cf61f6e95d0 (diff) | |
download | pkgsrc-ace3870a757fc544920de546eef3c0dfb82314d5.tar.gz |
CFLAGS+=, not CFLAGS=. From Toru TAKAMIZU in PR 21656.
Diffstat (limited to 'wm/golem')
-rw-r--r-- | wm/golem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/golem/Makefile b/wm/golem/Makefile index c2b82f2b45c..8c2aca4b8ec 100644 --- a/wm/golem/Makefile +++ b/wm/golem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/05/18 21:09:07 abs Exp $ +# $NetBSD: Makefile,v 1.3 2003/05/23 07:53:18 wiz Exp $ # DISTNAME= golem-0.0.5 @@ -33,7 +33,7 @@ PLIST_SUBST= NOT_SOUND= PLIST_SUBST= NOT_SOUND="@comment " .endif -CFLAGS= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\" +CFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\" EGDIR= ${PREFIX}/share/examples/golem CONF_FILES= ${EGDIR}/golemrc.default ${PKG_SYSCONFDIR}/golemrc |