diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-03-07 12:17:49 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-03-07 12:17:49 +0800 |
commit | 2bbfb6bc606602191f815369125c6fc782f5663d (patch) | |
tree | 4a8e0fc6e3520b60ce09d6b98a06f47519bae22e /devel/dia2code/files | |
parent | ab9f712c32c5468d5a53bc63b5cc8a3fad3934af (diff) | |
download | freebsd-ports-gnome-2bbfb6bc606602191f815369125c6fc782f5663d.tar.gz freebsd-ports-gnome-2bbfb6bc606602191f815369125c6fc782f5663d.tar.zst freebsd-ports-gnome-2bbfb6bc606602191f815369125c6fc782f5663d.zip |
add dia2code
Dia2Code is a small utility used to generate code from a Dia diagram
Diffstat (limited to 'devel/dia2code/files')
-rw-r--r-- | devel/dia2code/files/patch-dia2code::Makefile.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/dia2code/files/patch-dia2code::Makefile.in b/devel/dia2code/files/patch-dia2code::Makefile.in new file mode 100644 index 000000000000..de86682c5a27 --- /dev/null +++ b/devel/dia2code/files/patch-dia2code::Makefile.in @@ -0,0 +1,20 @@ +--- 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 @@ + PROGRAMS = $(bin_PROGRAMS) + + +-DEFS = @DEFS@ -I. -I$(srcdir) -I.. ++DEFS = @DEFS@ -I. -I$(srcdir) -I.. -I/usr/local/include + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ + LIBS = @LIBS@ |