diff options
author | joerg <joerg> | 2009-08-03 12:56:29 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-08-03 12:56:29 +0000 |
commit | f893a1d80b7dfcce89dce47bfa10480e7f149e8c (patch) | |
tree | 86adccc44143804d701cbc904799abef781ce82a /graphics | |
parent | 8804d9ac2b4de317e6882fbe213945f62c95e62a (diff) | |
download | pkgsrc-f893a1d80b7dfcce89dce47bfa10480e7f149e8c.tar.gz |
amd64 has optimizer too.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/camlimages/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |