diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-09-21 20:11:09 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-09-21 20:11:09 +0000 |
commit | 7420b134506e6176b2989f9a9e68ff5d06517d87 (patch) | |
tree | 81335470e45d18d7d20d02c768eb5294b9e262e9 /databases/pgmodeler/files/patch-main-cli_main-cli.pro | |
parent | ftp/curl: Update to 7.50.3 (diff) |
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
Diffstat (limited to 'databases/pgmodeler/files/patch-main-cli_main-cli.pro')
-rw-r--r-- | databases/pgmodeler/files/patch-main-cli_main-cli.pro | 11 |
1 files changed, 11 insertions, 0 deletions
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 \ |