openbsd-ports/x11/kde/libs3/patches/patch-kspell2_ui_Makefile_in
2006-01-03 09:10:53 +00:00

14 lines
699 B
Plaintext

$OpenBSD: patch-kspell2_ui_Makefile_in,v 1.1 2006/01/03 09:10:56 espie Exp $
--- kspell2/ui/Makefile.in.orig Mon Jan 2 14:04:33 2006
+++ kspell2/ui/Makefile.in Mon Jan 2 17:59:57 2006
@@ -536,7 +536,8 @@ libkspell2_noinst_la_SOURCES= configwidg
libkspell2_la_SOURCES = dialog.cpp
#>- libkspell2_la_LDFLAGS = -no-undefined -version-info 1:0:0 $(all_libraries)
#>+ 1
-libkspell2_la_LDFLAGS = -no-undefined $(KDE_NO_UNDEFINED) -version-info 1:0:0 $(all_libraries)
+LIBkspell2_LTVERSION= -version-info 1:0:0
+libkspell2_la_LDFLAGS = -no-undefined $(KDE_NO_UNDEFINED) $(LIBkspell2_LTVERSION) $(all_libraries)
libkspell2_la_LIBADD = libkspell2_noinst.la ../libkspell2base.la
#>- all: all-am
#>+ 1