diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql-odbc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/postgresql-odbc/Makefile b/databases/postgresql-odbc/Makefile index 783f964c15b6..20afca19f057 100644 --- a/databases/postgresql-odbc/Makefile +++ b/databases/postgresql-odbc/Makefile @@ -15,6 +15,8 @@ COMMENT= PostgreSQL ODBC driver LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/license.txt +BROKEN_powerpc64= fails to compile: misc.h:58:21: expected ';' before 'dummy_for_check' + LIB_DEPENDS= libodbc.so:databases/unixODBC USES= compiler:c11 libtool pgsql |