pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/camlimages amd64 has optimizer too.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c4221cd3d705
branches:  trunk
changeset: 396773:c4221cd3d705
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Aug 03 12:56:29 2009 +0000

description:
amd64 has optimizer too.

diffstat:

 graphics/camlimages/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r a7a19886ba73 -r c4221cd3d705 graphics/camlimages/Makefile
--- a/graphics/camlimages/Makefile      Mon Aug 03 12:56:10 2009 +0000
+++ b/graphics/camlimages/Makefile      Mon Aug 03 12:56:29 2009 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index