diff options
author | thierry <thierry@FreeBSD.org> | 2007-03-15 04:40:03 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-03-15 04:40:03 +0800 |
commit | ffa91086d1da7187911800bbdcf05f3671404fa0 (patch) | |
tree | 58ab84ef8e9c5301cdd28f2cc7ccc1c39dccfaeb /french | |
parent | b73956492929e8aa13bd5c5cd5ae970b08dcd64f (diff) | |
download | freebsd-ports-gnome-ffa91086d1da7187911800bbdcf05f3671404fa0.tar.gz freebsd-ports-gnome-ffa91086d1da7187911800bbdcf05f3671404fa0.tar.zst freebsd-ports-gnome-ffa91086d1da7187911800bbdcf05f3671404fa0.zip |
- Mark BROKEN on != i386
- Don't try to install if the catalog of elements failed.
Reported by: pointyhat via Kris
Diffstat (limited to 'french')
-rw-r--r-- | french/aster/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/french/aster/Makefile b/french/aster/Makefile index 095ab0b43556..f187a8802668 100644 --- a/french/aster/Makefile +++ b/french/aster/Makefile @@ -73,9 +73,9 @@ FLAGARCH= -DLINUX64 # 64 bits .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 @@ -213,6 +213,8 @@ lib_atlas= # empty LASTKDIR?= ${PORTNAME}/ASTK/ASTK_CLIENT ASTKDIR= ${LOCALBASE}/${LASTKDIR} +${WRKSRC}/instdir/${vaster}/elements: build + pre-configure: ${REINPLACE_CMD} -e 's|PREFER_SHARED_LIBS=False|PREFER_SHARED_LIBS=True|' ${WRKSRC}/setup.cfg ${REINPLACE_CMD} -e 's|/opt/aster|${WRKSRC}/instdir|' \ @@ -309,7 +311,7 @@ do-build: pre-install: ${CHMOD} go-x ${WRKSRC}/instdir/${vaster}/materiau/A42_REF_A.NOMI -do-install: +do-install: ${WRKSRC}/instdir/${vaster}/elements ${MKDIR} ${tools_dir} ${inst_dir} ${INSTALL_PROGRAM} ${WRKSRC}/instdir/${vaster}/asteru ${inst_dir} ${INSTALL_SCRIPT} ${WRKSRC}/instdir/${vaster}/asterd ${inst_dir} # Don't strip! |