58357934c6
libtool at the time didn't handle the removal of objformat correctly. Also revert r239611. This revision was because the libtool port and the bundled libtool at the time detect "clang" as a valid C compiler. PR: ports/179753 Submitted by: tijl@
11 lines
349 B
Text
11 lines
349 B
Text
--- lib/Makefile.in.orig 2011-08-07 19:48:03.000000000 +0200
|
|
+++ lib/Makefile.in 2011-10-23 22:03:44.000000000 +0200
|
|
@@ -50,7 +50,7 @@
|
|
|
|
# Before making a release, change this according to the libtool documentation,
|
|
# section "Library interface versions".
|
|
-LIBICONV_VERSION_INFO = 7:1:5
|
|
+LIBICONV_VERSION_INFO = 3
|
|
|
|
PACKAGE_VERSION = @VERSION@
|
|
|