49cbad047c
In addition to the usual bug fixing this update does away with the hack that built a custom XML catalog file (now that we have proper XML catalog support). This will cause some problems with scrollkeeper dependent ports until I commit the fix for them shortly.
13 lines
547 B
Plaintext
13 lines
547 B
Plaintext
$OpenBSD: patch-libs_Makefile_in,v 1.2 2003/07/12 06:24:49 marcm Exp $
|
|
--- libs/Makefile.in.orig Wed Jan 22 22:12:05 2003
|
|
+++ libs/Makefile.in Sun Jun 15 16:25:31 2003
|
|
@@ -167,7 +167,7 @@ CONFIG_HEADER = $(top_builddir)/config.h
|
|
CONFIG_CLEAN_FILES = scrollkeeper.h
|
|
LTLIBRARIES = $(lib_LTLIBRARIES)
|
|
|
|
-libscrollkeeper_la_LDFLAGS =
|
|
+libscrollkeeper_la_LDFLAGS = -version-info 1:0
|
|
libscrollkeeper_la_DEPENDENCIES =
|
|
am_libscrollkeeper_la_OBJECTS = error.lo file.lo i18n.lo merge.lo \
|
|
extract.lo install.lo database.lo uninstall.lo update-url.lo
|