diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-08-04 17:55:42 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-08-04 17:55:42 +0000 |
commit | f3f929924fadca8aee68a77e7802c7772e0e31f1 (patch) | |
tree | 9fad3ab6910e36c84fb0519101cf354170eddecc /lang | |
parent | Use new INFO macro (diff) |
Get lang/ruby_static-devel to build.
Notes
Notes:
svn path=/head/; revision=86297
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby16_static/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby_static/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby16_static/Makefile b/lang/ruby16_static/Makefile index 40ef1786be21..fc255a69e774 100644 --- a/lang/ruby16_static/Makefile +++ b/lang/ruby16_static/Makefile @@ -52,7 +52,7 @@ DESCR= ${_RUBY_PORTDIR}/pkg-descr # although the resulted interpreter is not capable of loading dynamic # modules. -CONFIGURE_ENV= XLDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS!= cd ${_RUBY_PORTDIR} && ${MAKE} -V CONFIGURE_ARGS .if defined(STATIC) CONFIGURE_ARGS:= ${CONFIGURE_ARGS:N--enable-shared:M-*} \ diff --git a/lang/ruby_static/Makefile b/lang/ruby_static/Makefile index 40ef1786be21..fc255a69e774 100644 --- a/lang/ruby_static/Makefile +++ b/lang/ruby_static/Makefile @@ -52,7 +52,7 @@ DESCR= ${_RUBY_PORTDIR}/pkg-descr # although the resulted interpreter is not capable of loading dynamic # modules. -CONFIGURE_ENV= XLDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS!= cd ${_RUBY_PORTDIR} && ${MAKE} -V CONFIGURE_ARGS .if defined(STATIC) CONFIGURE_ARGS:= ${CONFIGURE_ARGS:N--enable-shared:M-*} \ |