summaryrefslogtreecommitdiffstats
path: root/databases/percona55-server
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2005-01-10 14:13:52 +0000
committerale <ale@FreeBSD.org>2005-01-10 14:13:52 +0000
commit8d5ea79c58f9c4a2146157bbf8530e85e3c3fc2d (patch)
treeb50221a85fe4622b5608e471dadecd06aaff7b5d /databases/percona55-server
parent4197ba173056309a54dd40dc8b6be3c47ed08eb1 (diff)
downloadFreeBSD-ports-8d5ea79c58f9c4a2146157bbf8530e85e3c3fc2d.zip
FreeBSD-ports-8d5ea79c58f9c4a2146157bbf8530e85e3c3fc2d.tar.gz
Extend allowed linuxthreads shlib versions.
Diffstat (limited to 'databases/percona55-server')
-rw-r--r--databases/percona55-server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/percona55-server/Makefile b/databases/percona55-server/Makefile
index 631e1c4..8a2e14d 100644
--- a/databases/percona55-server/Makefile
+++ b/databases/percona55-server/Makefile
@@ -74,10 +74,10 @@ CONFIGURE_ARGS+=-D_THREAD_SAFE -I${LOCALBASE}/include/pthread/linuxthreads
CFLAGS+= -D__USE_UNIX98 -D_REENTRANT -D_THREAD_SAFE
CFLAGS+= -I${LOCALBASE}/include/pthread/linuxthreads
.if ${OSVERSION} > 500000
-LIB_DEPENDS+= lthread.3:${PORTSDIR}/devel/linuxthreads
+LIB_DEPENDS+= lthread.[35]:${PORTSDIR}/devel/linuxthreads
CONFIGURE_ARGS+=-L${LOCALBASE}/lib -llthread -llgcc_r -llstdc++ -llsupc++'
.else
-LIB_DEPENDS+= lthread.2:${PORTSDIR}/devel/linuxthreads
+LIB_DEPENDS+= lthread.[24]:${PORTSDIR}/devel/linuxthreads
CONFIGURE_ARGS+=-L${LOCALBASE}/lib -llthread -llgcc_r'
.endif
.else
OpenPOWER on IntegriCloud