pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/ocaml-zip Updated Makefile to build native-c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16bed6f42fef
branches:  trunk
changeset: 609699:16bed6f42fef
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Mon Oct 08 15:21:18 2012 +0000

description:
Updated Makefile to build native-code version on arm architecture as well.

diffstat:

 archivers/ocaml-zip/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r dcd722177891 -r 16bed6f42fef archivers/ocaml-zip/Makefile
--- a/archivers/ocaml-zip/Makefile      Mon Oct 08 15:18:20 2012 +0000
+++ b/archivers/ocaml-zip/Makefile      Mon Oct 08 15:21:18 2012 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2012/09/11 19:46:58 asau Exp $
+# $NetBSD: Makefile,v 1.6 2012/10/08 15:21:18 jaapb Exp $
 #
 
 PKGNAME=       ocaml-zip-${VERSION}
 DISTNAME=      camlzip-${VERSION}
 VERSION=       1.04
+PKGREVISION=   1
 CATEGORIES=    archivers
 MASTER_SITES=  http://forge.ocamlcore.org/frs/download.php/328/
 LICENSE=       gnu-lgpl-v2.1
@@ -16,7 +17,8 @@
 
 PLIST_VARS+=   opt
 .if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || \
-    (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "x86_64")
+    (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "x86_64") || \
+    (${MACHINE_ARCH} == "arm")
 BUILD_TARGET+= allopt
 PLIST.opt=     yes
 .endif



Home | Main Index | Thread Index | Old Index