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 | |
parent | 055004b849e97600160d4e023b33cecbeea31644 (diff) | |
download | ports-ad0aadcf9adb5a6afc1f66cd7742d00f804998ea.tar.gz ports-ad0aadcf9adb5a6afc1f66cd7742d00f804998ea.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql-libpqxx/Makefile | 1 | ||||
-rw-r--r-- | databases/postgresql-libpqxx3/Makefile | 1 | ||||
-rw-r--r-- | databases/postgresql-libpqxx30/Makefile | 1 |
3 files changed, 3 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 diff --git a/databases/postgresql-libpqxx3/Makefile b/databases/postgresql-libpqxx3/Makefile index 5030dbce93b1..2a81f160ffe8 100644 --- a/databases/postgresql-libpqxx3/Makefile +++ b/databases/postgresql-libpqxx3/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 diff --git a/databases/postgresql-libpqxx30/Makefile b/databases/postgresql-libpqxx30/Makefile index 5030dbce93b1..2a81f160ffe8 100644 --- a/databases/postgresql-libpqxx30/Makefile +++ b/databases/postgresql-libpqxx30/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 |