diff options
author | sevan <sevan> | 2015-11-08 15:08:00 +0000 |
---|---|---|
committer | sevan <sevan> | 2015-11-08 15:08:00 +0000 |
commit | 7f13ce47eb42e5435b915a888a5ad5f5bd29dfb1 (patch) | |
tree | 4ea9345711626c343d644060b1ebce59f38330ef /math | |
parent | e212e40bbecbb3da41bee6bf40ff7632d7cbfe7c (diff) | |
download | pkgsrc-7f13ce47eb42e5435b915a888a5ad5f5bd29dfb1.tar.gz |
Remove references to amd64, MACHINE_ARCH x86_64 cover all variants of
this architecture in pkgsrc now.
Reviewed by wiz@
Diffstat (limited to 'math')
-rw-r--r-- | math/lp_solve/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/lp_solve/Makefile b/math/lp_solve/Makefile index 75082297094..61e247bd0fe 100644 --- a/math/lp_solve/Makefile +++ b/math/lp_solve/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/03/17 14:24:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.7 2015/11/08 15:08:00 sevan Exp $ # DISTNAME= lp_solve_5.5.2.0_source @@ -27,7 +27,7 @@ SUBST_FILES.dl+= demo/ccc .include "../../mk/bsd.fast.prefs.mk" .if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64" || \ - ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "amd64" + ${MACHINE_ARCH} == "x86_64" LPSOLVE_ARCH= ux64 .else LPSOLVE_ARCH= ux32 |