diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-12-17 21:09:53 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-12-17 21:09:53 +0000 |
commit | c1aaffc37612f12753b6fb63184acad66fca487d (patch) | |
tree | 31f44d9b8c7c03796d207f0bc07137f0c1999b59 /french | |
parent | 1ac6e82c7d492b5bffa04e88cf374de738e52f65 (diff) |
Notes
Diffstat (limited to 'french')
-rw-r--r-- | french/aster/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/french/aster/Makefile b/french/aster/Makefile index d041e1b08d7b..807122dc7ccc 100644 --- a/french/aster/Makefile +++ b/french/aster/Makefile @@ -74,14 +74,10 @@ FLAGARCH= TRU64 # 64 bits .if ${OSVERSION} < 600022 BROKEN= Does not compile on this version, and cannot be patched easily. .endif -.if ${ARCH} == "amd64" +.if ${ARCH} != "i386" BROKEN= Seg. fault on ${ARCH} during compilation of elements. .endif -.if ${ARCH} == "sparc64" -BROKEN= Does not build on sparc64 -.endif - .if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS) WITH_ATLAS= yes .endif |