diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2007-03-21 22:07:39 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2007-03-21 22:07:39 +0000 |
commit | 3e04dcfc48ab40db4dedb20c09c82b32ba690224 (patch) | |
tree | 53231407f792c01ef7a0eddbefad9ee7b5efad79 /french | |
parent | 265a3d9d151685ff48fc4647c4fc4d2947175494 (diff) | |
download | ports-3e04dcfc48ab40db4dedb20c09c82b32ba690224.tar.gz ports-3e04dcfc48ab40db4dedb20c09c82b32ba690224.zip |
Notes
Diffstat (limited to 'french')
-rw-r--r-- | french/aster/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/french/aster/Makefile b/french/aster/Makefile index f187a8802668..70a37543ce95 100644 --- a/french/aster/Makefile +++ b/french/aster/Makefile @@ -65,17 +65,17 @@ PKGMESSIN= pkg-message.in .include <bsd.port.pre.mk> .if ${ARCH} == "i386" -FLAGARCH= -DP_LINUX -DLINUX # 32 bits +FLAGARCH= -DP_LINUX -DLINUX .else -FLAGARCH= -DLINUX64 # 64 bits +FLAGARCH= -DLINUX64 -fdefault-integer-8 -fdefault-real-8 .endif .if ${OSVERSION} < 600022 BROKEN= Does not compile on this version, and cannot be patched easily. .endif -.if ${ARCH} != "i386" -BROKEN= Seg. fault on ${ARCH} during compilation of elements. -.endif +#.if ${ARCH} != "i386" +#BROKEN= Seg. fault on ${ARCH} during compilation of elements. +#.endif .if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS) WITH_ATLAS= yes |