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>
21 lines
660 B
Plaintext
21 lines
660 B
Plaintext
--- kspell/Makefile.in Tue Sep 7 11:23:18 1999
|
|
+++ kspell/Makefile.in.new Sun Jan 2 09:38:32 2000
|
|
@@ -153,6 +153,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@
|
|
@@ -181,7 +183,7 @@
|
|
INCLUDES = -I$(top_srcdir)/kdecore -I$(top_srcdir)/kdeui $(QT_INCLUDES) $(X_INCLUDES)
|
|
|
|
lib_LTLIBRARIES = libkspell.la
|
|
-libkspell_la_LDFLAGS = -version-info 2:0
|
|
+libkspell_la_LDFLAGS = -version-info $(SOMAJOR):$(SOMINOR)
|
|
|
|
include_HEADERS = kspell.h ksconfig.h kprocio.h kspelldlg.h
|
|
noinst_HEADERS = version.h
|