diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-11 06:34:17 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-11 06:34:17 +0000 |
commit | c4e71c5e7a56600bcceba68cbed656ef7246e444 (patch) | |
tree | 6b373d2a314b8d27a2d1f47c4cb173dc5c0d7a48 /audio/csound-bath | |
parent | a057ade2a392070aecc8ee511ae1cab01869b513 (diff) | |
download | pkgsrc-c4e71c5e7a56600bcceba68cbed656ef7246e444.tar.gz |
CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
Diffstat (limited to 'audio/csound-bath')
-rw-r--r-- | audio/csound-bath/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/csound-bath/Makefile b/audio/csound-bath/Makefile index bac45aaf7b3..8e169dd6919 100644 --- a/audio/csound-bath/Makefile +++ b/audio/csound-bath/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/04/27 17:17:16 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2001/06/11 06:34:17 jlam Exp $ # DISTNAME= Csound4.12 @@ -16,8 +16,6 @@ NO_SRC_ON_CDROM= "no for-fee-redistribution" NO_BIN_ON_CDROM= ${NO_SRC_ON_CDROM} DIST_SUBDIR= csound -MAKE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" CONFLICTS= csound-4* #pre-build: |