aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ruby16/Makefile
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-04-02 01:52:01 +0800
committerknu <knu@FreeBSD.org>2001-04-02 01:52:01 +0800
commit78d078ab4407beb7c282b76a85f4cb6c78e881c9 (patch)
treeaaa4cdce3553cf629330bfdbb09a7a661af41456 /lang/ruby16/Makefile
parentd35cddd2edceedd24c74389c2cc178b98ae9c039 (diff)
downloadfreebsd-ports-gnome-78d078ab4407beb7c282b76a85f4cb6c78e881c9.tar.gz
freebsd-ports-gnome-78d078ab4407beb7c282b76a85f4cb6c78e881c9.tar.zst
freebsd-ports-gnome-78d078ab4407beb7c282b76a85f4cb6c78e881c9.zip
Update to the latest snapshot of the stable branch, plus a workaround
for the longstanding libc vs. libc_r issue. This should hopefully fix all the ruby extensions such as Ruby/Qt2GL, Ruby/Python and Ruby/SDL for both 4-STABLE and 5-CURRENT. :)
Diffstat (limited to 'lang/ruby16/Makefile')
-rw-r--r--lang/ruby16/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile
index 487115465e85..3cb73fb361e7 100644
--- a/lang/ruby16/Makefile
+++ b/lang/ruby16/Makefile
@@ -14,7 +14,8 @@ DISTNAME= ${RUBY_DISTNAME}
DIST_SUBDIR= ruby
PATCH_SITES= http://www.ruby-lang.org/~knu/
-PATCHFILES= ruby-${RUBY_VERSION}-${RUBY_SNAPSHOTDATE}.patch.gz
+PATCHFILES= ${PORTNAME}-${RUBY_VERSION}-${RUBY_SNAPSHOTDATE}.patch.gz \
+ ${PORTNAME}-freebsd-libc_r.patch.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= knu@FreeBSD.org