mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04: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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue