diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-11-17 09:28:40 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-11-17 09:28:40 +0000 |
commit | 6d4ed3627c3aa58370528815901ef09b222c1a93 (patch) | |
tree | 3a928dcf9345e3c13db3aa6dbc71f3e8dc992638 /databases/mysql323-server | |
parent | 579208a09165aaa1aa093fc14913c79c6c41500f (diff) | |
download | ports-6d4ed3627c3aa58370528815901ef09b222c1a93.tar.gz ports-6d4ed3627c3aa58370528815901ef09b222c1a93.zip |
Notes
Diffstat (limited to 'databases/mysql323-server')
-rw-r--r-- | databases/mysql323-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysql323-server/Makefile b/databases/mysql323-server/Makefile index d963ad2d316c..ba902950496c 100644 --- a/databases/mysql323-server/Makefile +++ b/databases/mysql323-server/Makefile @@ -55,7 +55,7 @@ CONFIGURE_ARGS+=--with-named-thread-libs='-DHAVE_GLIBC2_STYLE_GETHOSTBYNAME_R 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 -LIB_DEPENDS+= lthread.[35]:${PORTSDIR}/devel/linuxthreads +LIB_DEPENDS+= lthread:${PORTSDIR}/devel/linuxthreads CONFIGURE_ARGS+=-L${LOCALBASE}/lib -llthread -llgcc_r -llstdc++ -llsupc++' .else CONFIGURE_ARGS+=--with-named-thread-libs=${PTHREAD_LIBS} |