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 | 361e0c40c34f2c07cb182e20eaa0654d7308fb41 (patch) | |
tree | 268cd0eed887a285575a4cc46f719242778b1401 /dev-cpp/commoncpp2/files | |
parent | Remove built_with_use calls on boost by depending on new enough versions that... (diff) | |
download | gentoo-2-361e0c40c34f2c07cb182e20eaa0654d7308fb41.tar.gz gentoo-2-361e0c40c34f2c07cb182e20eaa0654d7308fb41.tar.bz2 gentoo-2-361e0c40c34f2c07cb182e20eaa0654d7308fb41.zip |
Version bump
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'dev-cpp/commoncpp2/files')
-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" |