diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2013-07-11 15:17:38 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2013-07-11 15:17:38 +0000 |
| commit | 86a3c3874b8382e43d1ac708ef9c43bdc8f2648e (patch) | |
| tree | 92f7994ac8f06bc3a83384dc099fbb9043c6ba46 /databases/mysql-workbench52/files/patch-backend__wbprivate__Makefile.am | |
| parent | - Update to 9.8.k (diff) | |
- Update to 177909
PR: 177909
Submitted by: ports fury
Diffstat (limited to 'databases/mysql-workbench52/files/patch-backend__wbprivate__Makefile.am')
| -rw-r--r-- | databases/mysql-workbench52/files/patch-backend__wbprivate__Makefile.am | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/databases/mysql-workbench52/files/patch-backend__wbprivate__Makefile.am b/databases/mysql-workbench52/files/patch-backend__wbprivate__Makefile.am new file mode 100644 index 000000000000..e5cf8d8b61e5 --- /dev/null +++ b/databases/mysql-workbench52/files/patch-backend__wbprivate__Makefile.am @@ -0,0 +1,24 @@ +--- backend/wbprivate/Makefile.am.orig ++++ backend/wbprivate/Makefile.am +@@ -14,7 +14,7 @@ + -I$(top_srcdir)/ext/scintilla/include\ + -I$(top_srcdir)/ext/vsqlite++/include\ + -I$(top_srcdir)/ext/vsqlite\ +- -I$(top_srcdir)/ext/tinyxml ++ @TINYXML_CFLAGS@ + + libwbprivate_a_SOURCES=\ + model/canvas_floater.cpp\ +@@ -78,11 +78,7 @@ + $(top_srcdir)/frontend/common/grt_python_debugger.cpp\ + $(top_srcdir)/frontend/common/plugin_manager_window.cpp\ + $(top_srcdir)/frontend/common/plugin_install_window.cpp\ +- $(top_srcdir)/frontend/common/select_option_dialog.cpp\ +- $(top_srcdir)/ext/tinyxml/tinyxmlparser.cpp\ +- $(top_srcdir)/ext/tinyxml/tinyxml.cpp\ +- $(top_srcdir)/ext/tinyxml/tinystr.cpp\ +- $(top_srcdir)/ext/tinyxml/tinyxmlerror.cpp ++ $(top_srcdir)/frontend/common/select_option_dialog.cpp + + #BUILT_SOURCES=stdafx.h.gch + #stdafx.h.gch: workbench/stdafx.h |
