diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-02-24 06:54:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-02-24 06:54:56 +0000 |
commit | 19a6a6739c9085515e127cee10944d293d99703f (patch) | |
tree | fcb03425e6f24101fefdd784cbcf16bb50ae0de7 /x11/kdelibs11/files/patch-ac | |
parent | Add ".1" at end of PKGNAME to distinguish this with the previous version (diff) |
Bump shlib numbers. Add ".1" to end of PKGNAME to distinguish it from
the previous version.
Submitted by: Will Andrews <andrews@TECHNOLOGIST.COM>
Diffstat (limited to 'x11/kdelibs11/files/patch-ac')
-rw-r--r-- | x11/kdelibs11/files/patch-ac | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11/kdelibs11/files/patch-ac b/x11/kdelibs11/files/patch-ac new file mode 100644 index 000000000000..0e46c4a1a707 --- /dev/null +++ b/x11/kdelibs11/files/patch-ac @@ -0,0 +1,18 @@ +--- kdecore/Makefile.in Tue Sep 7 11:23:13 1999 ++++ kdecore/Makefile.in.new Sun Jan 2 09:02:31 2000 +@@ -151,6 +151,8 @@ + X_EXTRA_LIBS = @X_EXTRA_LIBS@ + X_INCLUDES = @X_INCLUDES@ + X_LDFLAGS = @X_LDFLAGS@ ++SOMAJOR ?= 2 ++SOMINOR ?= 0 + all_includes = @all_includes@ + all_libraries = @all_libraries@ + install_root = @install_root@ +@@ -190,5 +192,5 @@ + + +-libkdecore_la_LDFLAGS = -version-info 2:0 ++libkdecore_la_LDFLAGS = -version-info $(SOMAJOR):$(SOMINOR) + # libkdecore_la_LIBADD = + |