summaryrefslogtreecommitdiff
path: root/x11/kdelibs11/files/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdelibs11/files/patch-ag')
-rw-r--r--x11/kdelibs11/files/patch-ag20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/kdelibs11/files/patch-ag b/x11/kdelibs11/files/patch-ag
new file mode 100644
index 000000000000..5a0774d44098
--- /dev/null
+++ b/x11/kdelibs11/files/patch-ag
@@ -0,0 +1,20 @@
+--- khtmlw/Makefile.in Tue Sep 7 11:23:17 1999
++++ khtmlw/Makefile.in.new Sun Jan 2 09:36:48 2000
+@@ -150,6 +150,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@
+@@ -185,7 +187,7 @@
+
+
+ noinst_HEADERS = htmlchain.h
+-libkhtmlw_la_LDFLAGS = -version-info 2:0
++libkhtmlw_la_LDFLAGS = -version-info $(SOMAJOR):$(SOMINOR)
+
+ data_DATA = khtmlw_dnd.xpm
+ datadir = $(kde_datadir)/khtmlw/pics