diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-08-18 13:12:27 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-08-18 13:12:27 +0000 |
commit | b55238b92d67c4f64820eec734b27c6009fa8509 (patch) | |
tree | a636c8f40297de1aeb28dd77d0c4c8fa4d0f0178 /audio/xmms-speex | |
parent | b013bf3e4d125b9110ee4179d2736988c2e9b8af (diff) | |
download | ports-b55238b92d67c4f64820eec734b27c6009fa8509.tar.gz ports-b55238b92d67c4f64820eec734b27c6009fa8509.zip |
Notes
Diffstat (limited to 'audio/xmms-speex')
-rw-r--r-- | audio/xmms-speex/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/xmms-speex/Makefile b/audio/xmms-speex/Makefile index 74ea5db4441c..29e50795e164 100644 --- a/audio/xmms-speex/Makefile +++ b/audio/xmms-speex/Makefile @@ -22,10 +22,14 @@ RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms PLIST_FILES= lib/xmms/Input/libspeex.so WRKSRC= ${WRKDIR}/speex-xmms -USE_X_PREFIX= yes +USE_XORG= x11 USE_GNOME= gtk12 USE_GMAKE= yes MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS} -fPIC" +post-patch: + @${REINPLACE_CMD} -Ee 's|([(][(]int\*[)] packet[)])\+\+|packet=\1+1|'\ + ${WRKSRC}/speexutil.c + .include <bsd.port.mk> |