summaryrefslogtreecommitdiff
path: root/graphics/camlimages
diff options
context:
space:
mode:
authorjoerg <joerg>2009-08-03 12:56:29 +0000
committerjoerg <joerg>2009-08-03 12:56:29 +0000
commit31a0c17039ecf23ef209e4652c922160d5e45503 (patch)
tree86adccc44143804d701cbc904799abef781ce82a /graphics/camlimages
parent8f36f3c0ff1a57535217a1b9bfa99311bb07fe0c (diff)
downloadpkgsrc-31a0c17039ecf23ef209e4652c922160d5e45503.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