diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-18 11:32:03 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-18 11:32:03 +0000 |
commit | 55f6ba0d5839b192c7ca106269f26ab2fe789f25 (patch) | |
tree | 6905796044bd8f3201668d5bc8e3fc785d51ad21 /audio/gkrellmss2 | |
parent | 0ed7fbe6d4c398b9980918c63c1d9dc4ef88350d (diff) | |
download | ports-55f6ba0d5839b192c7ca106269f26ab2fe789f25.tar.gz ports-55f6ba0d5839b192c7ca106269f26ab2fe789f25.zip |
Fix build.
Based on PR: ports/76668
Submitted by: Sam Lawrance <boris at brooknet.com.au>
Notes
Notes:
svn path=/head/; revision=129154
Diffstat (limited to 'audio/gkrellmss2')
-rw-r--r-- | audio/gkrellmss2/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/gkrellmss2/Makefile b/audio/gkrellmss2/Makefile index 65371dd6b101..646f0c629c1f 100644 --- a/audio/gkrellmss2/Makefile +++ b/audio/gkrellmss2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gkrellmss PORTVERSION= 2.6 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://web.wt.net/~billw/gkrellmss/ @@ -33,11 +34,7 @@ PLIST_FILES= libexec/gkrellm2/plugins/gkrellmss.so \ post-patch: @${REINPLACE_CMD} -e 's|= -O2|=|g ; \ s|= gcc|+=|g' ${WRKSRC}/src/Makefile - -do-configure: - @${ECHO_CMD} "" > ${WRKSRC}/src/configure.h - @${ECHO_CMD} "#define HAVE_ESOUND 1" >> ${WRKSRC}/src/configure.h - @${ECHO_CMD} "#define HAVE_FFTW3 1" >> ${WRKSRC}/src/configure.h + @${REINPLACE_CMD} -e 's|PKG_LIBS|PKG_LIB|g' ${WRKSRC}/src/configure do-install: ${INSTALL_DATA} ${WRKSRC}/src/gkrellmss.so \ |