diff options
author | adamw <adamw@FreeBSD.org> | 2004-02-12 03:15:11 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-02-12 03:15:11 +0000 |
commit | efb604a2adaa27406b2acc01d477bb733fc05445 (patch) | |
tree | 98d9e6bff70548f638733300215da95dbc12d5a5 /textproc/gtkspell | |
parent | b51a7d53139dddcd5bb0529692054825d800b613 (diff) | |
download | FreeBSD-ports-efb604a2adaa27406b2acc01d477bb733fc05445.zip FreeBSD-ports-efb604a2adaa27406b2acc01d477bb733fc05445.tar.gz |
Remove patch-configure in favour of lthack.
Diffstat (limited to 'textproc/gtkspell')
-rw-r--r-- | textproc/gtkspell/Makefile | 2 | ||||
-rw-r--r-- | textproc/gtkspell/files/patch-configure | 10 |
2 files changed, 1 insertions, 11 deletions
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index cd27adb..d727689 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= pspell.15:${PORTSDIR}/textproc/aspell USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gtk20 +USE_GNOME= gnomeprefix gnomehack gtk20 lthack USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/textproc/gtkspell/files/patch-configure b/textproc/gtkspell/files/patch-configure deleted file mode 100644 index 6bb2a66..0000000 --- a/textproc/gtkspell/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Mon Aug 19 13:43:43 2002 -+++ configure Mon Aug 19 13:43:59 2002 -@@ -7524,6 +7524,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' |