mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
19a6a6739c
the previous version. Submitted by: Will Andrews <andrews@TECHNOLOGIST.COM>
19 lines
485 B
Plaintext
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 =
|
|
|