8590263c00
Bring library versioning under control and bump the major versions. Mark as SHARED_ONLY. Remove TODO file as it is no longer needed. OK @sthen
13 lines
487 B
Plaintext
13 lines
487 B
Plaintext
$OpenBSD: patch-libstdc++-v3_configure,v 1.1 2011/01/13 00:18:18 jeremy Exp $
|
|
--- libstdc++-v3/configure.orig Mon Jan 10 13:08:39 2011
|
|
+++ libstdc++-v3/configure Mon Jan 10 13:12:23 2011
|
|
@@ -1378,7 +1378,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
### am handles this now? ORIGINAL_LD_FOR_MULTILIBS=$LD
|
|
|
|
# For libtool versioning info, format is CURRENT:REVISION:AGE
|
|
-libtool_VERSION=6:9:0
|
|
+libtool_VERSION=${LIBTOOLstdc++_VERSION}:0
|
|
|
|
|
|
# Find the rest of the source tree framework.
|