diff options
Diffstat (limited to 'devel/kdevelop-base/patches/patch-ad')
-rw-r--r-- | devel/kdevelop-base/patches/patch-ad | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/devel/kdevelop-base/patches/patch-ad b/devel/kdevelop-base/patches/patch-ad index 1c833f203f1..9b1bdddb1c4 100644 --- a/devel/kdevelop-base/patches/patch-ad +++ b/devel/kdevelop-base/patches/patch-ad @@ -1,6 +1,6 @@ -$NetBSD: patch-ad,v 1.7 2004/11/27 10:46:37 markd Exp $ +$NetBSD: patch-ad,v 1.8 2005/03/23 22:38:45 markd Exp $ ---- languages/java/Makefile.in.orig 2004-08-21 09:31:20.000000000 +1200 +--- languages/java/Makefile.in.orig 2005-03-05 01:48:00.000000000 +1300 +++ languages/java/Makefile.in @@ -64,7 +64,6 @@ am__installdirs = "$(DESTDIR)$(kde_modul kde_moduleLTLIBRARIES_INSTALL = $(INSTALL) @@ -10,12 +10,13 @@ $NetBSD: patch-ad,v 1.7 2004/11/27 10:46:37 markd Exp $ $(top_builddir)/lib/libkdevelop.la \ $(top_builddir)/lib/antlr/src/libantlr.la \ $(top_builddir)/lib/catalog/libkdevcatalog.la -@@ -434,10 +433,10 @@ KDE_CXXFLAGS = $(USE_EXCEPTIONS) +@@ -446,11 +445,11 @@ SUBDIRS = file_templates app_templates d + INCLUDES = -I$(top_srcdir)/lib/antlr -I$(top_srcdir)/lib/catalog \ + -I$(top_srcdir)/lib/compat -I$(top_srcdir)/lib/interfaces \ + -I$(top_srcdir)/lib/interfaces/extensions -I$(top_srcdir)/lib/interfaces/external -I$(top_srcdir)/lib/util \ +- -I$(top_builddir)/bdb/build_unix -I$(top_srcdir)/bdb/include $(all_includes) ++ $(all_includes) - # SUBDIRS = templates subclassing_template newclass_templates file_templates - SUBDIRS = file_templates app_templates debugger doc --INCLUDES = -I$(top_srcdir)/lib/antlr -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/external_interfaces -I$(top_srcdir)/lib/util -I$(top_srcdir)/lib/catalog -I$(top_srcdir)/lib/compat -I$(top_builddir)/bdb/build_unix -I$(top_srcdir)/bdb/include $(all_includes) -+INCLUDES = -I$(top_srcdir)/lib/antlr -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/external_interfaces -I$(top_srcdir)/lib/util -I$(top_srcdir)/lib/catalog -I$(top_srcdir)/lib/compat $(all_includes) kde_module_LTLIBRARIES = libkdevjavasupport.la libkdevjavasupport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevjavasupport_la_LIBADD = $(top_builddir)/bdb/build_unix/libdb.a $(top_builddir)/lib/libkdevelop.la $(top_builddir)/lib/antlr/src/libantlr.la $(top_builddir)/lib/catalog/libkdevcatalog.la |