diff options
author | obrien <obrien@FreeBSD.org> | 2005-04-12 11:26:56 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2005-04-12 11:26:56 +0800 |
commit | 3f8673b5304491d815979cbca9f5698f2e27e181 (patch) | |
tree | c5baddda5ee6043e9603695093e0628b6a5f6b85 /biology | |
parent | c4111509081e059378dccea79903df7c1d4d2c75 (diff) | |
download | freebsd-ports-gnome-3f8673b5304491d815979cbca9f5698f2e27e181.tar.gz freebsd-ports-gnome-3f8673b5304491d815979cbca9f5698f2e27e181.tar.zst freebsd-ports-gnome-3f8673b5304491d815979cbca9f5698f2e27e181.zip |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/avida/Makefile | 2 | ||||
-rw-r--r-- | biology/deft/files/Makefile.deft | 2 | ||||
-rw-r--r-- | biology/garlic/Makefile | 2 | ||||
-rw-r--r-- | biology/libgenome/Makefile | 2 | ||||
-rw-r--r-- | biology/migrate/Makefile | 2 | ||||
-rw-r--r-- | biology/mopac/Makefile | 2 | ||||
-rw-r--r-- | biology/platon/Makefile | 2 | ||||
-rw-r--r-- | biology/treepuzzle/Makefile | 2 | ||||
-rw-r--r-- | biology/xdrawchem/Makefile | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/biology/avida/Makefile b/biology/avida/Makefile index 6985cb872843..825a3dc3b317 100644 --- a/biology/avida/Makefile +++ b/biology/avida/Makefile @@ -17,7 +17,7 @@ COMMENT= Avida is an auto-adaptive genetic system designed for ALife research USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-standard-prefix --datadir=${DATADIR} --enable-viewer -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_PERL5_BUILD= yes USE_REINPLACE= yes diff --git a/biology/deft/files/Makefile.deft b/biology/deft/files/Makefile.deft index 7860a06f654a..18e8684be2e5 100644 --- a/biology/deft/files/Makefile.deft +++ b/biology/deft/files/Makefile.deft @@ -4,7 +4,7 @@ TARGET = DeFT.exec FFLAGS += -w -O3 CFLAGS += -w -O3 -.if ${ARCH} == "i386" +.if ${MACHINE_ARCH} == "i386" FFLAGS += -malign-double CFLAGS += -malign-double .endif diff --git a/biology/garlic/Makefile b/biology/garlic/Makefile index 89784ea2f707..6c24973fcf6e 100644 --- a/biology/garlic/Makefile +++ b/biology/garlic/Makefile @@ -26,7 +26,7 @@ ALL_TARGET= # empty .if defined(WITH_OPTIMIZED_FLAGS) CFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -.if (${ARCH} == "i386") +.if (${MACHINE_ARCH} == "i386") CFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3 .endif # i386 .endif diff --git a/biology/libgenome/Makefile b/biology/libgenome/Makefile index 4f5e3125bf6b..b6f3ffa28cf5 100644 --- a/biology/libgenome/Makefile +++ b/biology/libgenome/Makefile @@ -18,7 +18,7 @@ COMMENT= Toolkit for developing bioinformatic related software in C++ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_REINPLACE= yes USE_INC_LIBTOOL_VER= 13 -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes post-patch: diff --git a/biology/migrate/Makefile b/biology/migrate/Makefile index d012d994a1d2..a2d2d78e74b2 100644 --- a/biology/migrate/Makefile +++ b/biology/migrate/Makefile @@ -16,7 +16,7 @@ COMMENT= A program to estimate population sizes and migration rates WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_REINPLACE= yes MAN1= migrate.1 diff --git a/biology/mopac/Makefile b/biology/mopac/Makefile index 088e0da8f505..e3131868117a 100644 --- a/biology/mopac/Makefile +++ b/biology/mopac/Makefile @@ -35,7 +35,7 @@ MAKE_ARGS+= FC=ftn77 MAKE_ARGS+= FC=f77 .endif MAKE_ARGS+= FFLAGS="${FFLAGS} -w" CFLAGS="${CFLAGS} -I${PREFIX}/include" -.if ${ARCH} == "i386" +.if ${MACHINE_ARCH} == "i386" FFLAGS+= -malign-double .endif diff --git a/biology/platon/Makefile b/biology/platon/Makefile index 28bebe48b05f..ffe99f53835d 100644 --- a/biology/platon/Makefile +++ b/biology/platon/Makefile @@ -33,7 +33,7 @@ TESTDATADIR= ABSORB_EXAMPLE ABSTOMPA_EXAMPLE ABSTOMPA_TEST ADDSYM_EXAMPLE \ .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" +.if ${MACHINE_ARCH} == "alpha" BROKEN= "/usr/libexec/elf/ld: platon.o: .got subsegment exceeds 64K (size 88552)" .endif diff --git a/biology/treepuzzle/Makefile b/biology/treepuzzle/Makefile index 98d0a706d9ec..f114797909b6 100644 --- a/biology/treepuzzle/Makefile +++ b/biology/treepuzzle/Makefile @@ -15,7 +15,7 @@ MAINTAINER= jan.lentfer@web.de COMMENT= Maximum likelihood phylogeny reconstruction using quartets GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PLIST_FILES= bin/puzzle pre-configure: diff --git a/biology/xdrawchem/Makefile b/biology/xdrawchem/Makefile index 4f0b3c460015..0cbd10be3183 100644 --- a/biology/xdrawchem/Makefile +++ b/biology/xdrawchem/Makefile @@ -18,7 +18,7 @@ COMMENT= Chemical drawing program LIB_DEPENDS= openbabel.0:${PORTSDIR}/science/openbabel CFLAGS+= -O0 -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} GNU_CONFIGURE= yes PKGMESSAGE= ${WRKDIR}/pkg-message QTCFGLIBS+= ${PTHREAD_LIBS} |