diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-02-15 13:37:26 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-02-15 13:37:26 +0000 |
commit | 16245c153873b8137b9c8aaf1f5fd367bb302d6b (patch) | |
tree | 593f8945a5d1134f3c0b176af8f0cc5cfd74f294 | |
parent | 17485cffa18cbc70d9c2d98fa74850b3032063c3 (diff) | |
download | freebsd-ports-16245c153873b8137b9c8aaf1f5fd367bb302d6b.zip |
- Use intlhack to fix build on systems with old perl. [1]
- Use lthack.
PR: 62869
Reported by: Stacey Roberts <stacey@vickiandstacey.com> [1]
-rw-r--r-- | multimedia/nautilus-media/Makefile | 2 | ||||
-rw-r--r-- | multimedia/nautilus-media/files/patch-configure | 10 |
2 files changed, 1 insertions, 11 deletions
diff --git a/multimedia/nautilus-media/Makefile b/multimedia/nautilus-media/Makefile index 5998d9e54a7f..5e28872e345f 100644 --- a/multimedia/nautilus-media/Makefile +++ b/multimedia/nautilus-media/Makefile @@ -19,7 +19,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomeprefix gnomehack nautilus2 gstreamerplugins +USE_GNOME= gnomeprefix gnomehack lthack intlhack nautilus2 gstreamerplugins USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/multimedia/nautilus-media/files/patch-configure b/multimedia/nautilus-media/files/patch-configure deleted file mode 100644 index ff42da02d5ad..000000000000 --- a/multimedia/nautilus-media/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Wed Dec 11 15:37:55 2002 -+++ configure Wed Dec 11 15:38:17 2002 -@@ -7313,6 +7313,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' |