diff options
-rw-r--r-- | databases/pecl-PDO_OCI/Makefile | 6 |
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: |