mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
Use PTHREAD_CFLAGS and PTHREAD_LIBS.
This commit is contained in:
parent
378988c9ad
commit
1eb0bca80e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40469
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user