diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-07 03:57:07 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-07 03:57:07 +0000 |
commit | 56371ce7ed4c73821bcaddd56ac20982aeb80989 (patch) | |
tree | ae047624e8a01ccfcce274e6739f9ba4f4681304 /multimedia/totem | |
parent | cbeb35b4f0db1d66beb7da62d9c1196dc9065080 (diff) | |
download | ports-56371ce7ed4c73821bcaddd56ac20982aeb80989.tar.gz ports-56371ce7ed4c73821bcaddd56ac20982aeb80989.zip |
Notes
Diffstat (limited to 'multimedia/totem')
-rw-r--r-- | multimedia/totem/Makefile | 3 | ||||
-rw-r--r-- | multimedia/totem/files/patch-configure | 10 |
2 files changed, 12 insertions, 1 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index b35d8de0d5aa..047965402cda 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 000000000000..f195f07b43c6 --- /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' |