--- id3lib/Makefile Fri Jan 17 18:28:00 2003 +++ id3lib/Makefile Sat Jan 25 01:57:07 2003 @@ -15,11 +15,11 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv -INSTALLS_SHLIB= yes USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +INSTALLS_SHLIB= yes +CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib .if ${CC} == cc || ${CC} == gcc @@ -40,8 +40,5 @@ post-extract: @${RM} -rf ${WRKSRC}/zlib - -post-install: - @${RM} -f ${LOCALBASE}/lib/libid3.la .include --- id3lib/files/patch-configure Thu Jan 1 02:00:00 1970 +++ id3lib/files/patch-configure Sat Jan 25 01:53:51 2003 @@ -0,0 +1,10 @@ +--- configure.orig Sun Nov 24 09:23:00 2002 ++++ configure Fri Jan 24 01:05:47 2003 +@@ -7612,6 +7612,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool'