diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-15 17:00:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-15 17:00:02 +0000 |
commit | ad0aadcf9adb5a6afc1f66cd7742d00f804998ea (patch) | |
tree | 3ad56e7d6467faaf57050061406d32f48a2db2ea /databases/postgresql-libpqxx | |
parent | - Update WWW (diff) |
- Mark BROKEN on 4.x
PR: ports/73904
Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=121668
Diffstat (limited to 'databases/postgresql-libpqxx')
-rw-r--r-- | databases/postgresql-libpqxx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/postgresql-libpqxx/Makefile b/databases/postgresql-libpqxx/Makefile index 5030dbce93b1..2a81f160ffe8 100644 --- a/databases/postgresql-libpqxx/Makefile +++ b/databases/postgresql-libpqxx/Makefile @@ -32,6 +32,7 @@ POSTGRESQL_PORT?= databases/postgresql7 .include <bsd.port.pre.mk> .if ${OSVERSION} < 500035 +BROKEN= Does not build with gcc 2.95 BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport CXXFLAGS+= -I${LOCALBASE}/include/stlport |