diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-02-24 06:54:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-02-24 06:54:56 +0000 |
commit | 19a6a6739c9085515e127cee10944d293d99703f (patch) | |
tree | fcb03425e6f24101fefdd784cbcf16bb50ae0de7 /x11/kdelibs11/files/patch-ag | |
parent | Add ".1" at end of PKGNAME to distinguish this with the previous version (diff) |
Bump shlib numbers. Add ".1" to end of PKGNAME to distinguish it from
the previous version.
Submitted by: Will Andrews <andrews@TECHNOLOGIST.COM>
Diffstat (limited to 'x11/kdelibs11/files/patch-ag')
-rw-r--r-- | x11/kdelibs11/files/patch-ag | 20 |
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 |