diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-01-12 19:48:01 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-01-12 19:48:01 +0000 |
commit | 1012e1dbda2aceae53be1eb67a75a946156d73ca (patch) | |
tree | 0b135d94b1e3f0a2f2927004823ccf079a544ad7 /net/tapidbus/files/patch-configure | |
parent | editors/vimpart is gone since KDE 3.5, mention this in UPDATING and add (diff) |
Add tapidbus 0.2.1, an abstraction layer for interprocess communication.
PR: ports/91671
Submitted by: Babak Farrokhi
Notes
Notes:
svn path=/head/; revision=153365
Diffstat (limited to 'net/tapidbus/files/patch-configure')
-rw-r--r-- | net/tapidbus/files/patch-configure | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/tapidbus/files/patch-configure b/net/tapidbus/files/patch-configure new file mode 100644 index 000000000000..2fc05fca8e70 --- /dev/null +++ b/net/tapidbus/files/patch-configure @@ -0,0 +1,12 @@ +--- configure.orig Wed Jan 11 17:28:18 2006 ++++ configure Wed Jan 11 17:28:48 2006 +@@ -19213,7 +19213,8 @@ + + # 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' + |