From 7420b134506e6176b2989f9a9e68ff5d06517d87 Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Wed, 21 Sep 2016 20:11:09 +0000 Subject: New port: databases/pgmodeler pgModeler - PostgreSQL Database Modeler - is an open source data modeling tool designed for PostgreSQL. No more DDL commands written by hand let pgModeler do the job for you! This software reunites the concepts of entity-relationship diagrams and the features that PostgreSQL implements as extensions of SQL standards. WWW: http://pgmodeler.com.br/ PR: 203204 Submitted by: lbartoletti@tuxfamily.org --- databases/pgmodeler/files/patch-main-cli_main-cli.pro | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 databases/pgmodeler/files/patch-main-cli_main-cli.pro (limited to 'databases/pgmodeler/files/patch-main-cli_main-cli.pro') diff --git a/databases/pgmodeler/files/patch-main-cli_main-cli.pro b/databases/pgmodeler/files/patch-main-cli_main-cli.pro new file mode 100644 index 000000000000..c18fa59ac21c --- /dev/null +++ b/databases/pgmodeler/files/patch-main-cli_main-cli.pro @@ -0,0 +1,11 @@ +--- main-cli/main-cli.pro.orig 2015-07-30 16:48:48 UTC ++++ main-cli/main-cli.pro +@@ -23,7 +23,7 @@ SOURCES += src/main.cpp \ + + HEADERS += src/pgmodelercli.h + +-unix|windows: LIBS += -L$$OUT_PWD/../libpgmodeler_ui/ -lpgmodeler_ui \ ++unix|windows: LIBS += $$QMAKE_LIBS_EXECINFO -L$$OUT_PWD/../libpgmodeler_ui/ -lpgmodeler_ui \ + -L$$OUT_PWD/../libobjrenderer/ -lobjrenderer \ + -L$$OUT_PWD/../libpgconnector/ -lpgconnector \ + -L$$OUT_PWD/../libpgmodeler/ -lpgmodeler \ -- cgit v1.2.3