diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2005-01-09 21:47:15 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2005-01-09 21:47:15 +0000 |
commit | 5147d2a54e67a082f6418d5b3707b1cdd442d14f (patch) | |
tree | b970395eb36f9a7b4324a76918dc628e4378e078 /archivers/gtar/files/patch-configure | |
parent | o Cleanup to support DragonFlyBSD. [1] (diff) |
Update to 1.15.1. Notable changes:
- Compressed archives are now recognized automatically.
- Numerous bug fixes.
Add a target "test" to run the included regression test suite.
Notes
Notes:
svn path=/head/; revision=126002
Diffstat (limited to 'archivers/gtar/files/patch-configure')
-rw-r--r-- | archivers/gtar/files/patch-configure | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/archivers/gtar/files/patch-configure b/archivers/gtar/files/patch-configure new file mode 100644 index 000000000000..1e56c813bcdf --- /dev/null +++ b/archivers/gtar/files/patch-configure @@ -0,0 +1,23 @@ + +$FreeBSD$ + +--- configure.orig ++++ configure +@@ -25114,7 +25114,7 @@ + s,@PU_RMT_PROG@,$PU_RMT_PROG,;t t + s,@DEFAULT_RMT_DIR@,$DEFAULT_RMT_DIR,;t t + s,@DEFAULT_RMT_COMMAND@,$DEFAULT_RMT_COMMAND,;t t +-s,@LIBICONV@,$LIBICONV,;t t ++s,@LIBICONV@,$LTLIBICONV,;t t + s,@LTLIBICONV@,$LTLIBICONV,;t t + s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t + s,@USE_NLS@,$USE_NLS,;t t +@@ -25123,7 +25123,7 @@ + s,@XGETTEXT@,$XGETTEXT,;t t + s,@MSGMERGE@,$MSGMERGE,;t t + s,@INTLLIBS@,$INTLLIBS,;t t +-s,@LIBINTL@,$LIBINTL,;t t ++s,@LIBINTL@,$LTLIBINTL,;t t + s,@LTLIBINTL@,$LTLIBINTL,;t t + s,@POSUB@,$POSUB,;t t + s,@AUTOM4TE@,$AUTOM4TE,;t t |