diff options
author | bland <bland@FreeBSD.org> | 2004-02-15 21:37:26 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2004-02-15 21:37:26 +0800 |
commit | e598b76a569c6d0e64134535296b8b652b8e6c62 (patch) | |
tree | aa4fc3010eba3a49c7ce5701770f9828619314c2 /multimedia | |
parent | 577261baede19bd61a15e41cb2ab516b3b2ba85c (diff) | |
download | freebsd-ports-gnome-e598b76a569c6d0e64134535296b8b652b8e6c62.tar.gz freebsd-ports-gnome-e598b76a569c6d0e64134535296b8b652b8e6c62.tar.zst freebsd-ports-gnome-e598b76a569c6d0e64134535296b8b652b8e6c62.zip |
- Use intlhack to fix build on systems with old perl. [1]
- Use lthack.
PR: 62869
Reported by: Stacey Roberts <stacey@vickiandstacey.com> [1]
Diffstat (limited to 'multimedia')
-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' |