summaryrefslogtreecommitdiff
path: root/devel/dia2code/files/patch-dia2code::Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/dia2code/files/patch-dia2code::Makefile.in')
-rw-r--r--devel/dia2code/files/patch-dia2code::Makefile.in17
1 files changed, 4 insertions, 13 deletions
diff --git a/devel/dia2code/files/patch-dia2code::Makefile.in b/devel/dia2code/files/patch-dia2code::Makefile.in
index de86682c5a27..4ffcbc3c5120 100644
--- a/devel/dia2code/files/patch-dia2code::Makefile.in
+++ b/devel/dia2code/files/patch-dia2code::Makefile.in
@@ -1,20 +1,11 @@
---- dia2code/Makefile.in.orig Wed Jan 24 04:43:08 2001
-+++ dia2code/Makefile.in Wed Mar 7 11:56:58 2001
-@@ -68,7 +68,7 @@
- ####### kdevelop will overwrite this part!!! (end)############
- bin_PROGRAMS = dia2code
- dia2code_SOURCES = scan_tree.c generate_code_c.c parse_diagram.c dia2code.c generate_code_java.c generate_code_cpp.c main.c
--dia2code_LDADD = -lxml
-+dia2code_LDADD = `%%XML_CONFIG%% --libs`
-
- SUBDIRS = docs
-
-@@ -79,7 +79,7 @@
+--- dia2code/Makefile.in.orig Sun Sep 9 19:17:51 2001
++++ dia2code/Makefile.in Sun Sep 9 19:18:16 2001
+@@ -82,7 +82,7 @@
PROGRAMS = $(bin_PROGRAMS)
-DEFS = @DEFS@ -I. -I$(srcdir) -I..
-+DEFS = @DEFS@ -I. -I$(srcdir) -I.. -I/usr/local/include
++DEFS = @DEFS@ -I. -I$(srcdir) -I.. -I%%LOCALBASE%%/include
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@