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
537 B
Plaintext
13 lines
537 B
Plaintext
$OpenBSD: patch-buildtools_Makefile_in,v 1.2 2003/07/12 06:24:49 marcm Exp $
|
|
--- buildtools/Makefile.in.orig Wed Jan 22 22:11:57 2003
|
|
+++ buildtools/Makefile.in Sun Jun 15 15:56:44 2003
|
|
@@ -172,7 +172,7 @@ scrollkeeper_tree_separate_OBJECTS = \
|
|
scrollkeeper_tree_separate_LDADD = $(LDADD)
|
|
scrollkeeper_tree_separate_DEPENDENCIES = \
|
|
$(top_builddir)/libs/libscrollkeeper.la
|
|
-scrollkeeper_tree_separate_LDFLAGS =
|
|
+scrollkeeper_tree_separate_LDFLAGS = $(INTLLIBS)
|
|
|
|
DEFS = @DEFS@
|
|
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|