mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
47dc7e1304
- USES gmake instead of USE_GMAKE - Disable all warnings with -w - Support STAGEDIR, fix proper installation includes - Install proper DOCS and add Option - Recreate patches with make makepatch
17 lines
475 B
Plaintext
17 lines
475 B
Plaintext
--- ./configure.orig 2003-07-06 17:56:59.000000000 +0200
|
|
+++ ./configure 2014-01-17 03:59:56.000000000 +0100
|
|
@@ -7766,10 +7766,11 @@
|
|
|
|
|
|
# This can be used to rebuild libtool when needed
|
|
-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
|
+LIBTOOL_DEPS=" /usr/local/share/libtool/config/ltmain.sh"
|
|
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
|
|
|
# Always use our own libtool.
|
|
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
+LIBTOOL='$(SHELL) /usr/local/bin/libtool'
|
|
|
|
# Prevent multiple expansion
|
|
|