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
518 B
Plaintext
13 lines
518 B
Plaintext
$OpenBSD: patch-libobjc_configure,v 1.1 2011/01/13 00:18:18 jeremy Exp $
|
|
--- libobjc/configure.orig Mon Jan 10 13:10:39 2011
|
|
+++ libobjc/configure Mon Jan 10 13:11:51 2011
|
|
@@ -1422,7 +1422,7 @@ target_subdir=${target_noncanonical}
|
|
# We need the following definitions because AC_PROG_LIBTOOL relies on them
|
|
PACKAGE=libobjc
|
|
# Version is pulled out to make it a bit easier to change using sed.
|
|
-VERSION=2:0:0
|
|
+VERSION=${LIBTOOLobjc_VERSION}:0
|
|
|
|
|
|
# This works around the fact that libtool configuration may change LD
|