aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-07-21 21:13:24 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-07-21 21:13:24 +0000
commitfd8f0d2a1daaf1d6b48f293d10909552aa47d36f (patch)
tree45ad21a3f3617bd91eb896b388e8a9fc5ad9235f
parent66be31631a729ed9974f4a426d59ec6f0f78b016 (diff)
Notes
-rw-r--r--audio/autools/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/autools/Makefile b/audio/autools/Makefile
index 68e9245dc037..be9654b3b7fe 100644
--- a/audio/autools/Makefile
+++ b/audio/autools/Makefile
@@ -15,17 +15,15 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A collection of programs to manipulate audio files
-BROKEN= fails to install with latest gmake (needs whitespace at EOL)
-
BUILD_DEPENDS= ${LOCALBASE}/lib/libtsp.a:${PORTSDIR}/audio/afsp
USE_GMAKE= yes
MAKE_ENV= AFSP_INCLUDE_PATH="${LOCALBASE}/include" \
AFSP_LIBRARY_PATH="${LOCALBASE}/lib"
-post-patch:
+pre-configure:
@${REINPLACE_CMD} -e 's|^CFLAGS = -O3|CFLAGS +=|g ; \
- s|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile
+ s|/usr/local|${PREFIX}| ; s|\\$$| \\|' ${WRKSRC}/Makefile
post-install:
.if !defined(NOPORTDOCS)