aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2005-12-06 10:20:09 +0800
committerahze <ahze@FreeBSD.org>2005-12-06 10:20:09 +0800
commitdfbac1fa5e6184c5b563a61bb97dab8b3125158a (patch)
tree40b4a18d122fac3fec3d315306379964a9e71662 /audio
parent3c001c78e40d90b2a15e8e4ecea58386dee0d975 (diff)
downloadfreebsd-ports-gnome-dfbac1fa5e6184c5b563a61bb97dab8b3125158a.tar.gz
freebsd-ports-gnome-dfbac1fa5e6184c5b563a61bb97dab8b3125158a.tar.zst
freebsd-ports-gnome-dfbac1fa5e6184c5b563a61bb97dab8b3125158a.zip
- No longer user gcc34+
Diffstat (limited to 'audio')
-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 ; \