diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-29 09:13:26 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-29 09:13:26 +0000 |
commit | 1f23fefd381a0f50dc6f5bc3bdade600f418f2d5 (patch) | |
tree | c2889dafb14e642d8b0ebe3458dd5445b08834b1 /archivers/libcomprex/files/patch-configure | |
parent | - Unbreak on -current (diff) |
- Add *.la files for loadable module support
- Bump PORTREVISION
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=92551
Diffstat (limited to 'archivers/libcomprex/files/patch-configure')
-rw-r--r-- | archivers/libcomprex/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/archivers/libcomprex/files/patch-configure b/archivers/libcomprex/files/patch-configure new file mode 100644 index 000000000000..3cc004c49b52 --- /dev/null +++ b/archivers/libcomprex/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Tue Jul 2 18:02:18 2002 ++++ configure Sat Jan 18 20:21:09 2003 +@@ -7334,6 +7334,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' |