Fix on 4.x.

Bugged by:	pointyhat via kris
This commit is contained in:
Koop Mast 2005-07-07 19:49:29 +00:00
parent 931c1dfdc2
commit 0f2bdf8a70
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138670

View File

@ -18,10 +18,11 @@ COMMENT= Visual effects library
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S|.|-|}
USE_GNOME= gnomehack gnometarget
GNU_CONFIGURE= yes
USE_LIBTOOL_VER= 15
USE_GCC= 3.4
USE_INC_LIBTOOL_VER= 15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-sdltest
CONFIGURE_ARGS= --disable-sdltest --enable-static
INSTALLS_SHLIB= yes
.if exists(${X11R6}/bin/xmms) || defined(WITH_XMMS)
@ -38,4 +39,13 @@ pre-everything::
@${ECHO} ""
.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);
.include <bsd.port.mk>