diff options
author | ume <ume@FreeBSD.org> | 2006-01-22 03:29:18 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2006-01-22 03:29:18 +0800 |
commit | 653a66b5d22bdb48144841de0b64bd667c805e66 (patch) | |
tree | 60ef50a5b61eb921009f04fbc999af146f93afa1 /lang | |
parent | 0832325a57aadc83e8b14f8a8c11ba622938096a (diff) | |
download | freebsd-ports-graphics-653a66b5d22bdb48144841de0b64bd667c805e66.tar.gz freebsd-ports-graphics-653a66b5d22bdb48144841de0b64bd667c805e66.tar.zst freebsd-ports-graphics-653a66b5d22bdb48144841de0b64bd667c805e66.zip |
WITHOUT_CPU_CFLAGS hack is not required anymore.
Tested by: TAKANO Yuji <takachan__at__running-dog.net>
Diffstat (limited to 'lang')
-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 76e3db48d63..17929f5f075 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" |