aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2005-10-18 03:44:04 +0800
committerehaupt <ehaupt@FreeBSD.org>2005-10-18 03:44:04 +0800
commite5bb49cc282ccf01e22480e6ad225934b24f44f1 (patch)
tree143f7240fdfdf2ea85a2319a56afcbd215480aa2
parentb49e02af1444d2c4e7c18040a074d6fb9c40222a (diff)
downloadfreebsd-ports-gnome-e5bb49cc282ccf01e22480e6ad225934b24f44f1.tar.gz
freebsd-ports-gnome-e5bb49cc282ccf01e22480e6ad225934b24f44f1.tar.zst
freebsd-ports-gnome-e5bb49cc282ccf01e22480e6ad225934b24f44f1.zip
Mark it broken on 4.x
PR: 87547 Submitted by: Simun Mikecin <numisemis@yahoo.com> (maintainer) Approved by: novel (mentor) (implicit)
-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: