diff options
author | adamw <adamw@FreeBSD.org> | 2004-06-25 06:34:18 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-06-25 06:34:18 +0000 |
commit | 339367467b41baece1d6e46b8d661162978fa7e2 (patch) | |
tree | b9b9617031edb7d7918af11e2509d140da16f293 /archivers/file-roller | |
parent | 7f5ce7ce004c19fa6e46f3997de807b20a5a2065 (diff) | |
download | FreeBSD-ports-339367467b41baece1d6e46b8d661162978fa7e2.zip FreeBSD-ports-339367467b41baece1d6e46b8d661162978fa7e2.tar.gz |
Utilize lthack.
Diffstat (limited to 'archivers/file-roller')
-rw-r--r-- | archivers/file-roller/Makefile | 2 | ||||
-rw-r--r-- | archivers/file-roller/files/patch-configure | 10 |
2 files changed, 1 insertions, 11 deletions
diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile index 3b2605b..77c887c 100644 --- a/archivers/file-roller/Makefile +++ b/archivers/file-roller/Makefile @@ -20,7 +20,7 @@ COMMENT= An archive manager for zip files, tar, etc USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui +USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui lthack USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/archivers/file-roller/files/patch-configure b/archivers/file-roller/files/patch-configure deleted file mode 100644 index 53e3c88..0000000 --- a/archivers/file-roller/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Tue Dec 10 23:18:40 2002 -+++ configure Tue Dec 10 23:18:59 2002 -@@ -6403,6 +6403,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' |