From 0f2bdf8a70873698d1876afdf0ae64887f772bdd Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Thu, 7 Jul 2005 19:49:29 +0000 Subject: Fix on 4.x. Bugged by: pointyhat via kris --- graphics/goom/Makefile | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'graphics') diff --git a/graphics/goom/Makefile b/graphics/goom/Makefile index 02ca854cf5b9..a719e4949826 100644 --- a/graphics/goom/Makefile +++ b/graphics/goom/Makefile @@ -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 -- cgit v1.2.3