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

(-)id3lib/Makefile (-6 / +3 lines)
Lines 15-25 Link Here
15
15
16
LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv
16
LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv
17
17
18
INSTALLS_SHLIB=	yes
19
USE_LIBTOOL=	yes
18
USE_LIBTOOL=	yes
20
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
19
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
21
		LDFLAGS="${LDFLAGS}"
20
INSTALLS_SHLIB=	yes
22
21
22
CPPFLAGS=	-I${LOCALBASE}/include
23
LDFLAGS=	-L${LOCALBASE}/lib
23
LDFLAGS=	-L${LOCALBASE}/lib
24
24
25
.if ${CC} == cc || ${CC} == gcc
25
.if ${CC} == cc || ${CC} == gcc
Lines 40-47 Link Here
40
40
41
post-extract:
41
post-extract:
42
	@${RM} -rf ${WRKSRC}/zlib
42
	@${RM} -rf ${WRKSRC}/zlib
43
44
post-install:
45
	@${RM} -f ${LOCALBASE}/lib/libid3.la
46
43
47
.include <bsd.port.post.mk>
44
.include <bsd.port.post.mk>
(-)id3lib/files/patch-configure (+10 lines)
Line 0 Link Here
1
--- configure.orig	Sun Nov 24 09:23:00 2002
2
+++ configure	Fri Jan 24 01:05:47 2003
3
@@ -7612,6 +7612,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'

Return to bug 47565