Use "+=" instead of "=" for CPPFLAGS.
This commit is contained in:
parent
729c7a3fa4
commit
49dc1882f7
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.9 2005/04/11 21:47:47 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2005/10/23 21:09:32 rillig Exp $
|
||||
#
|
||||
|
||||
DISTNAME= larswm-7.5.3
|
||||
|
@ -20,7 +20,9 @@ USE_IMAKE= YES
|
|||
EGDIR= ${PREFIX}/share/examples/larswm
|
||||
CONF_FILES= ${EGDIR}/sample.larswmrc ${PKG_SYSCONFDIR}/larswmrc
|
||||
|
||||
CPPFLAGS= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
CPPFLAGS+= -DPKG_SYSCONFDIR=\"${PKG_SYSCONFDIR:Q}\"
|
||||
|
||||
post-patch:
|
||||
@cd ${WRKSRC} && \
|
||||
|
|
Loading…
Reference in a new issue