mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 21:09:31 -04:00
14 lines
814 B
Plaintext
14 lines
814 B
Plaintext
$NetBSD: patch-ag,v 1.2 2005/03/23 22:38:45 markd Exp $
|
|
|
|
--- languages/ada/Makefile.in.orig 2005-03-05 01:47:59.000000000 +1300
|
|
+++ languages/ada/Makefile.in
|
|
@@ -439,7 +439,7 @@ INCLUDES = -I$(top_srcdir)/lib/antlr -I$
|
|
|
|
SUBDIRS = app_templates file_templates doc
|
|
kde_module_LTLIBRARIES = libkdevadasupport.la
|
|
-libkdevadasupport_la_LDFLAGS = $(LEXLIB) $(all_libraries) $(KDE_PLUGIN)
|
|
+libkdevadasupport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
|
|
libkdevadasupport_la_LIBADD = $(top_builddir)/lib/libkdevelop.la $(top_builddir)/lib/antlr/src/libantlr.la
|
|
#>- libkdevadasupport_la_SOURCES = adasupportpart.cpp problemreporter.cpp backgroundparser.cpp addclassdlg.ui addclass.cpp configproblemreporter.ui ada_utils.cpp adasupport.cpp AdaLexer.cpp AdaParser.cpp AdaTreeParserSuper.cpp AdaStoreWalker.cpp
|
|
#>+ 1
|