From 7a2d966c8864ffae54af0ac838ce54a9fa85f65b Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 7 Jun 2003 03:57:07 +0000 Subject: Fix the dreaded thread problem on -CURRENT. --- multimedia/totem/Makefile | 3 ++- multimedia/totem/files/patch-configure | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 multimedia/totem/files/patch-configure (limited to 'multimedia') diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index b35d8de0d5a..047965402cd 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -7,6 +7,7 @@ PORTNAME= totem PORTVERSION= 0.99.0 +PORTREVISION= 1 CATEGORIES= multimedia gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/..$//} @@ -21,7 +22,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack gnomedesktop USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" diff --git a/multimedia/totem/files/patch-configure b/multimedia/totem/files/patch-configure new file mode 100644 index 00000000000..f195f07b43c --- /dev/null +++ b/multimedia/totem/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Dec 11 18:31:51 2002 ++++ configure Thu Dec 12 12:07:17 2002 +@@ -7414,6 +7414,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' -- cgit