aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2006-07-22 05:13:24 +0800
committerthierry <thierry@FreeBSD.org>2006-07-22 05:13:24 +0800
commita808d25ae6691225b56dd40ffb18413dc5446a70 (patch)
tree9352e6af6fda0d881e90e82e46a3b4e7d25d897f /audio
parente9eaf3904870f153494a37adf71c72541f9719b2 (diff)
downloadfreebsd-ports-gnome-a808d25ae6691225b56dd40ffb18413dc5446a70.tar.gz
freebsd-ports-gnome-a808d25ae6691225b56dd40ffb18413dc5446a70.tar.zst
freebsd-ports-gnome-a808d25ae6691225b56dd40ffb18413dc5446a70.zip
Add spaces to pet new gmake and unbreak.
Diffstat (limited to 'audio')
-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)