summaryrefslogtreecommitdiff
path: root/graphics/camlimages
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-08-03 12:56:29 +0000
committerjoerg <joerg@pkgsrc.org>2009-08-03 12:56:29 +0000
commit74b63467a9484ae48e8532aab50e1845bcbbd34f (patch)
tree86adccc44143804d701cbc904799abef781ce82a /graphics/camlimages
parent9d3d4f2dee811c8045ca6894535b1adc732f3a5c (diff)
downloadpkgsrc-74b63467a9484ae48e8532aab50e1845bcbbd34f.tar.gz
amd64 has optimizer too.
Diffstat (limited to 'graphics/camlimages')
-rw-r--r--graphics/camlimages/Makefile5
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