1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Use PTHREAD_CFLAGS and PTHREAD_LIBS.

This commit is contained in:
Akinori MUSHA 2001-03-28 09:53:15 +00:00
parent 378988c9ad
commit 1eb0bca80e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40469

View File

@ -25,8 +25,8 @@ USE_RUBY= yes
USE_RUBY_EXTCONF= yes
CONFIGURE_ARGS= --with-sdl-config="sdl11-config" \
--with-cflags="-pthread" \
--with-ldflags="-lc_r"
--with-cflags="${PTHREAD_CFLAGS}" \
--with-ldflags="${PTHREAD_LIBS}"
INSTALL_TARGET= site-install
.include <bsd.port.pre.mk>