View | Details | Raw Unified | Return to bug 41169
Collapse All | Expand All

(-)audio/speex/Makefile (-3 / +6 lines)
Lines 8-13 Link Here
8
8
9
PORTNAME=	speex
9
PORTNAME=	speex
10
PORTVERSION=	0.5.2
10
PORTVERSION=	0.5.2
11
PORTREVISION=	1
11
CATEGORIES=	audio
12
CATEGORIES=	audio
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
14
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 15-25 Link Here
15
16
16
MAINTAINER=	ports@FreeBSD.org
17
MAINTAINER=	ports@FreeBSD.org
17
18
18
LIB_DEPENDS=	ogg:${PORTSDIR}/audio/libogg \
19
LIB_DEPENDS=	ogg.4:${PORTSDIR}/audio/libogg \
19
		gnugetopt:${PORTSDIR}/devel/libgnugetopt
20
		gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
20
21
21
USE_LIBTOOL=	yes
22
USE_LIBTOOL=	yes
22
CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
23
LIBTOOLFLAGS=	--disable-ltlibs --release-ignore
24
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
23
		LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
25
		LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
26
INSTALLS_SHLIB=	yes
24
27
25
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)audio/speex/files/patch-configure (+10 lines)
Line 0 Link Here
1
--- configure.orig	Mon Jul 29 11:40:32 2002
2
+++ configure	Wed Jul 31 03:49:39 2002
3
@@ -5287,6 +5287,7 @@
4
 
5
 # This can be used to rebuild libtool when needed
6
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
7
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
8
 
9
 # Always use our own libtool.
10
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
(-)audio/speex/pkg-plist (-1 / +2 lines)
Lines 6-9 Link Here
6
include/speex_bits.h
6
include/speex_bits.h
7
include/speex_header.h
7
include/speex_header.h
8
lib/libspeex.a
8
lib/libspeex.a
9
lib/libspeex.la
9
lib/libspeex.so
10
lib/libspeex.so.0

Return to bug 41169