summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2003-08-04 17:55:42 +0000
committerknu <knu@FreeBSD.org>2003-08-04 17:55:42 +0000
commit08c8c9d20af95c64b8f27941d21a81b41b252053 (patch)
tree3c514c56a870c50ec0b5c2aadad296bbf3c0d6ed
parent40cc9021e21ab4ceaeb5462801984ddb16e505e8 (diff)
downloadFreeBSD-ports-08c8c9d20af95c64b8f27941d21a81b41b252053.zip
FreeBSD-ports-08c8c9d20af95c64b8f27941d21a81b41b252053.tar.gz
Get lang/ruby_static-devel to build.
-rw-r--r--lang/ruby16_static/Makefile2
-rw-r--r--lang/ruby_static/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby16_static/Makefile b/lang/ruby16_static/Makefile
index 40ef178..fc255a6 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 40ef178..fc255a6 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-*} \
OpenPOWER on IntegriCloud