diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-17 19:44:04 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-17 19:44:04 +0000 |
commit | 4263e2ff86eaaf4fe5fd2ac273e546038376228a (patch) | |
tree | b05ed85ffbbd220f1cdfa8af41e6ff590149d4f3 /databases/pecl-PDO_OCI | |
parent | f40a3e4dd6076551be256a440e70a929e94c2c96 (diff) |
Notes
Diffstat (limited to 'databases/pecl-PDO_OCI')
-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: |