Mark it broken on 4.x
PR: 87547 Submitted by: Simun Mikecin <numisemis@yahoo.com> (maintainer) Approved by: novel (mentor) (implicit)
This commit is contained in:
parent
f40a3e4dd6
commit
4263e2ff86
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145683
1 changed files with 3 additions and 3 deletions
|
@ -29,12 +29,12 @@ PHP_MODNAME= pdo_oci
|
||||||
CONFIGURE_ARGS+= --with-pdo-oci=${LOCALBASE}/oracle8-client
|
CONFIGURE_ARGS+= --with-pdo-oci=${LOCALBASE}/oracle8-client
|
||||||
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
|
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
|
||||||
|
|
||||||
|
PTHREAD_STATIC= /usr/lib/libpthread
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${OSVERSION} < 500000
|
.if ${OSVERSION} < 500000
|
||||||
PTHREAD_STATIC= /usr/lib/libc_r
|
BROKEN= "does not compile on FreeBSD 4.x"
|
||||||
.else
|
|
||||||
PTHREAD_STATIC= /usr/lib/libpthread
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
pre-configure:
|
pre-configure:
|
||||||
|
|
Loading…
Reference in a new issue