aboutsummaryrefslogtreecommitdiff
path: root/audio/speex-devel
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-12-06 02:20:09 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-12-06 02:20:09 +0000
commit3faeaacc1e6be18d04f7043d6b6332016d8109a6 (patch)
tree802eef760e5cd329d6dde21a425d95a5cbafae58 /audio/speex-devel
parent690b4fde8e879870808d7025ec03cc832d042d77 (diff)
downloadports-3faeaacc1e6be18d04f7043d6b6332016d8109a6.tar.gz
ports-3faeaacc1e6be18d04f7043d6b6332016d8109a6.zip
Notes
Diffstat (limited to 'audio/speex-devel')
-rw-r--r--audio/speex-devel/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/audio/speex-devel/Makefile b/audio/speex-devel/Makefile
index 07fdca6cac28..056f51da0986 100644
--- a/audio/speex-devel/Makefile
+++ b/audio/speex-devel/Makefile
@@ -8,6 +8,7 @@
PORTNAME= speex
PORTVERSION= 1.1.11.1
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= http://downloads.us.xiph.org/releases/speex/
@@ -24,7 +25,6 @@ USE_GNOME= gnomehack
USE_GETOPT_LONG= yes
USE_REINPLACE= yes
USE_AUTOTOOLS= libtool:15:inc
-USE_GCC= 3.4+
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
INSTALLS_SHLIB= yes
@@ -40,15 +40,6 @@ LDFLAGS= -L${LOCALBASE}/lib
CONFIGURE_ARGS+= --enable-sse
.endif
-patch-autotools::
- @(cd ${PATCH_WRKSRC}; \
- for file in ${LIBTOOLFILES}; do \
- ${CP} $$file $$file.tmp; \
- ${SED} -e "/^ltmain=/s^\$$ac_aux_dir/ltmain.sh^${LTMAIN}^g" \
- $$file.tmp > $$file; \
- ${RM} $$file.tmp; \
- done);
-
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|doc win32|win32|g ; \