summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2005-10-17 19:44:04 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2005-10-17 19:44:04 +0000
commit4263e2ff86eaaf4fe5fd2ac273e546038376228a (patch)
treeb05ed85ffbbd220f1cdfa8af41e6ff590149d4f3 /databases
parentUpdate to Vim 6.3 patchlevel 90 (diff)
Mark it broken on 4.x
PR: 87547 Submitted by: Simun Mikecin <numisemis@yahoo.com> (maintainer) Approved by: novel (mentor) (implicit)
Notes
Notes: svn path=/head/; revision=145683
Diffstat (limited to 'databases')
-rw-r--r--databases/pecl-PDO_OCI/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/pecl-PDO_OCI/Makefile b/databases/pecl-PDO_OCI/Makefile
index 32844aa48b94..c7de598baa58 100644
--- a/databases/pecl-PDO_OCI/Makefile
+++ b/databases/pecl-PDO_OCI/Makefile
@@ -29,12 +29,12 @@ PHP_MODNAME= pdo_oci
CONFIGURE_ARGS+= --with-pdo-oci=${LOCALBASE}/oracle8-client
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
+PTHREAD_STATIC= /usr/lib/libpthread
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
-PTHREAD_STATIC= /usr/lib/libc_r
-.else
-PTHREAD_STATIC= /usr/lib/libpthread
+BROKEN= "does not compile on FreeBSD 4.x"
.endif
pre-configure: