diff options
author | stas <stas@FreeBSD.org> | 2009-06-03 19:32:18 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-06-03 19:32:18 +0800 |
commit | 82ebca94a10f2266f361e5a5e1afcddc74f05cfd (patch) | |
tree | c2eddc9c465fbe823f8cffbf491dc66f5c4d4414 /lang/ruby18 | |
parent | 20c8c95aa509ca6d5cbe8c5e8ca3b09e59368248 (diff) | |
download | freebsd-ports-graphics-82ebca94a10f2266f361e5a5e1afcddc74f05cfd.tar.gz freebsd-ports-graphics-82ebca94a10f2266f361e5a5e1afcddc74f05cfd.tar.zst freebsd-ports-graphics-82ebca94a10f2266f361e5a5e1afcddc74f05cfd.zip |
- Really remove GC patch support.
PR: ports/135207
Submitted by: Keith Gaughan <kmgaughan@eircom.net>
Diffstat (limited to 'lang/ruby18')
-rw-r--r-- | lang/ruby18/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index 38751170a6c..21de40cf43b 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -87,12 +87,6 @@ CONFIGURE_ARGS+= --enable-install-doc CONFIGURE_ARGS+= --disable-install-doc .endif -# This patch can be used for GC performance analysis and tweaking -# svn://rubyforge.org/var/svn/railsbench/trunk/railsbench/ruby185gc.patch -.if defined(WITH_GCPATCH) -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-gc -.endif - .if !defined(WITHOUT_IPV6) CONFIGURE_ARGS+= --enable-ipv6 .endif |