aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby18
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2006-01-21 19:29:18 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2006-01-21 19:29:18 +0000
commitb5b3b72fb1a001eddf6c1275dcc1880f20ec9773 (patch)
tree836baf0cec5cae8f19f063ef9774403f1554b39d /lang/ruby18
parent154c427e9fc5a521511fe8bf460a5c78457f2a3f (diff)
downloadports-b5b3b72fb1a001eddf6c1275dcc1880f20ec9773.tar.gz
ports-b5b3b72fb1a001eddf6c1275dcc1880f20ec9773.zip
Notes
Diffstat (limited to 'lang/ruby18')
-rw-r--r--lang/ruby18/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile
index 76e3db48d638..17929f5f0755 100644
--- a/lang/ruby18/Makefile
+++ b/lang/ruby18/Makefile
@@ -62,12 +62,6 @@ MAN1= ${RUBY_NAME}.1
EXTRA_PATCHES= ${PATCHDIR}/extrapatch-eval.c
.endif
-.if defined(CPUTYPE)
-.if ${CPUTYPE} == "athlon64" || ${CPUTYPE} == "athlon-xp"
-WITHOUT_CPU_CFLAGS= yes
-.endif
-.endif
-
# Uncomment if it still segfaults with 1.8.4
#.if ${ARCH} == "ia64"
#BROKEN= "Segfault during build on ia64"