diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-03-07 15:13:55 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-03-07 15:13:55 +0000 |
commit | a7db454acc0e45c13e92260f19e6a0277e14d98e (patch) | |
tree | 47abe63eb13e39aed0799307ff10d347da905180 /dev-cpp/commoncpp2/files/1.6.3-autoconf.patch | |
parent | Remove built_with_use calls on boost by depending on new enough versions that... (diff) | |
download | historical-a7db454acc0e45c13e92260f19e6a0277e14d98e.tar.gz historical-a7db454acc0e45c13e92260f19e6a0277e14d98e.tar.bz2 historical-a7db454acc0e45c13e92260f19e6a0277e14d98e.zip |
Version bump
Package-Manager: portage-2.1.6.7/cvs/Linux i686
Diffstat (limited to 'dev-cpp/commoncpp2/files/1.6.3-autoconf.patch')
-rw-r--r-- | dev-cpp/commoncpp2/files/1.6.3-autoconf.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-cpp/commoncpp2/files/1.6.3-autoconf.patch b/dev-cpp/commoncpp2/files/1.6.3-autoconf.patch new file mode 100644 index 000000000000..a94ac91d8b03 --- /dev/null +++ b/dev-cpp/commoncpp2/files/1.6.3-autoconf.patch @@ -0,0 +1,12 @@ +diff -ur commoncpp2-1.6.3.orig/configure.ac commoncpp2-1.6.3/configure.ac +--- commoncpp2-1.6.3.orig/configure.ac 2009-03-07 16:03:44.000000000 +0100 ++++ commoncpp2-1.6.3/configure.ac 2009-03-07 16:04:25.000000000 +0100 +@@ -10,6 +10,8 @@ + + AC_INIT(src/thread.cpp) + ++m4_pattern_allow([^LT_VERSION$]) ++ + VERSION="1.6.3" + LT_RELEASE="1.6" + LT_VERSION="0:2" |