From 74b63467a9484ae48e8532aab50e1845bcbbd34f Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 3 Aug 2009 12:56:29 +0000 Subject: amd64 has optimizer too. --- graphics/camlimages/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'graphics/camlimages') diff --git a/graphics/camlimages/Makefile b/graphics/camlimages/Makefile index 05f1fe42cfc..817f8ef30f3 100644 --- a/graphics/camlimages/Makefile +++ b/graphics/camlimages/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2008/04/12 22:43:01 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2009/08/03 12:56:29 joerg Exp $ DISTNAME= camlimages-2.2.0 PKGREVISION= 5 @@ -23,7 +23,8 @@ PLIST_SRC= ${PKGDIR}/PLIST CONFIGURE_ARGS+= --with-lablgtk=${PREFIX}/lib/ocaml/lablgtk -.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "sparc") +.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || \ + (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "x86_64") BUILD_TARGET+= all PLIST_SRC+= ${PKGDIR}/PLIST.opt .endif -- cgit v1.2.3