diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-02-24 02:42:39 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-02-24 02:42:39 +0000 |
commit | 3827efeb615558aef20a5e50919ac98c4c1fe62f (patch) | |
tree | 9af9ddb0f964a7cf5fccf61143d2601710b8fe2b /converters/kdesupport2/files/patch-ae | |
parent | add ending / to WWW (diff) |
Bump shlib numbers, USE_QT now implies USE_NEWGCC so people using
3-stable will be unable to link with old libraries.
Diffstat (limited to 'converters/kdesupport2/files/patch-ae')
-rw-r--r-- | converters/kdesupport2/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/converters/kdesupport2/files/patch-ae b/converters/kdesupport2/files/patch-ae new file mode 100644 index 000000000000..aa3724a791f5 --- /dev/null +++ b/converters/kdesupport2/files/patch-ae @@ -0,0 +1,11 @@ +--- ./mimelib/Makefile.in.org Tue Sep 7 08:24:50 1999 ++++ ./mimelib/Makefile.in Wed Feb 23 18:14:27 2000 +@@ -191,7 +191,7 @@ + + DEFS = -D$(LIBVERSION) @DEFS@ + +-libmimelib_la_LDFLAGS = -version-info 1:0 ++libmimelib_la_LDFLAGS = -version-info 2:0 + mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs + CONFIG_HEADER = ../config.h + CONFIG_CLEAN_FILES = |