1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11/kdelibs11/files/patch-ac
Satoshi Asami 19a6a6739c Bump shlib numbers. Add ".1" to end of PKGNAME to distinguish it from
the previous version.

Submitted by:	Will Andrews <andrews@TECHNOLOGIST.COM>
2000-02-24 06:54:56 +00:00

19 lines
485 B
Plaintext

--- 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 =