diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-28 09:53:15 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-28 09:53:15 +0000 |
commit | 1eb0bca80ec52c5b52d5051a95f00532651915e4 (patch) | |
tree | ff844ed0ad11125785c2df08fbaff093925a7d6f | |
parent | New port: ktexshell. (diff) |
Use PTHREAD_CFLAGS and PTHREAD_LIBS.
Notes
Notes:
svn path=/head/; revision=40469
-rw-r--r-- | devel/ruby-sdl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-sdl/Makefile b/devel/ruby-sdl/Makefile index 4f2e88e9e13c..7952500d5fe6 100644 --- a/devel/ruby-sdl/Makefile +++ b/devel/ruby-sdl/Makefile @@ -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> |