summaryrefslogtreecommitdiffstats
path: root/graphics/graphviz/files/patch-aclocal.m4
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-04-25 15:36:30 +0000
committersobomax <sobomax@FreeBSD.org>2002-04-25 15:36:30 +0000
commitb18c45d00f9c0fc0f9f1193b04114afc48329637 (patch)
treed8987b8cf2de7564c4e0fa9b6f7f5154197fac78 /graphics/graphviz/files/patch-aclocal.m4
parent53fab184f80b03390709d82a4a6a956ef75c4700 (diff)
downloadFreeBSD-ports-b18c45d00f9c0fc0f9f1193b04114afc48329637.zip
FreeBSD-ports-b18c45d00f9c0fc0f9f1193b04114afc48329637.tar.gz
- Unbreak after last USE_LIBTOOL changes;
- don't install .la files; - don't use black magick to create/delete .so symlinks to shared libraries - our pkg_* tools already work correctly with symlinks.
Diffstat (limited to 'graphics/graphviz/files/patch-aclocal.m4')
-rw-r--r--graphics/graphviz/files/patch-aclocal.m422
1 files changed, 20 insertions, 2 deletions
diff --git a/graphics/graphviz/files/patch-aclocal.m4 b/graphics/graphviz/files/patch-aclocal.m4
index 175f3d4..d90b04c 100644
--- a/graphics/graphviz/files/patch-aclocal.m4
+++ b/graphics/graphviz/files/patch-aclocal.m4
@@ -1,5 +1,8 @@
---- aclocal.m4.tmp Wed Apr 17 11:05:05 2002
-+++ aclocal.m4 Wed Apr 17 11:11:43 2002
+
+$FreeBSD$
+
+--- aclocal.m4.orig Fri Apr 12 01:09:26 2002
++++ aclocal.m4 Thu Apr 25 13:37:28 2002
@@ -59,10 +59,10 @@
AC_REQUIRE([AC_ARG_PROGRAM])
dnl FIXME This is truly gross.
@@ -15,3 +18,18 @@
AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
AC_REQUIRE([AC_PROG_MAKE_SET])])
+@@ -129,10 +129,13 @@
+
+ # serial 46 AC_PROG_LIBTOOL
+ AC_DEFUN([AC_PROG_LIBTOOL],
+-[AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
++[
++AC_REQUIRE([AC_OBJEXT])dnl
++AC_REQUIRE([AC_EXEEXT])dnl
+
+ # 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'
OpenPOWER on IntegriCloud