diff options
author | ume <ume@FreeBSD.org> | 2006-01-21 19:29:18 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2006-01-21 19:29:18 +0000 |
commit | 653a66b5d22bdb48144841de0b64bd667c805e66 (patch) | |
tree | 60ef50a5b61eb921009f04fbc999af146f93afa1 /lang/ruby18 | |
parent | 0832325a57aadc83e8b14f8a8c11ba622938096a (diff) | |
download | FreeBSD-ports-653a66b5d22bdb48144841de0b64bd667c805e66.zip FreeBSD-ports-653a66b5d22bdb48144841de0b64bd667c805e66.tar.gz |
WITHOUT_CPU_CFLAGS hack is not required anymore.
Tested by: TAKANO Yuji <takachan__at__running-dog.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 76e3db4..17929f5 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" |