diff options
author | skv <skv@FreeBSD.org> | 2002-01-24 04:04:12 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2002-01-24 04:04:12 +0800 |
commit | 28912e8f16718b979aef34c88ef1bb8f04c31ed0 (patch) | |
tree | 30fd8760d3df5e87e6bad8b677ed62c96c052689 /textproc/sablotron/files | |
parent | e2e411db0640d6231b72fbf7b2682b0dca4aa177 (diff) | |
download | freebsd-ports-gnome-28912e8f16718b979aef34c88ef1bb8f04c31ed0.tar.gz freebsd-ports-gnome-28912e8f16718b979aef34c88ef1bb8f04c31ed0.tar.zst freebsd-ports-gnome-28912e8f16718b979aef34c88ef1bb8f04c31ed0.zip |
Updated to version 0.81,
increment SHLIB_MAJOR to 67 since changes in SDOM API.
PR: ports/34044
Approved by: tobez
Diffstat (limited to 'textproc/sablotron/files')
-rw-r--r-- | textproc/sablotron/files/patch-aclocal.m4 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/sablotron/files/patch-aclocal.m4 b/textproc/sablotron/files/patch-aclocal.m4 new file mode 100644 index 000000000000..e9ca43aa174a --- /dev/null +++ b/textproc/sablotron/files/patch-aclocal.m4 @@ -0,0 +1,11 @@ +--- aclocal.m4.orig Tue Jan 22 12:34:25 2002 ++++ aclocal.m4 Tue Jan 22 12:34:51 2002 +@@ -135,7 +135,7 @@ + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" + + # Always use our own libtool. +-LIBTOOL='$(SHELL) $(top_builddir)/libtool' ++LIBTOOL="${LIBTOOL}" + AC_SUBST(LIBTOOL)dnl + + # Prevent multiple expansion |