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.
12 lines
320 B
Plaintext
12 lines
320 B
Plaintext
$OpenBSD: patch-cl_src_Makefile_in,v 1.2 2003/07/12 06:24:49 marcm Exp $
|
|
--- cl/src/Makefile.in.orig Sun Jun 15 15:58:30 2003
|
|
+++ cl/src/Makefile.in Sun Jun 15 15:59:11 2003
|
|
@@ -150,6 +150,7 @@ INCLUDES = \
|
|
LDADD = \
|
|
$(XML_LIBS) \
|
|
$(XSLT_LIBS) \
|
|
+ $(INTLLIBS) \
|
|
$(top_builddir)/libs/libscrollkeeper.la
|
|
|
|
|