summaryrefslogtreecommitdiff
path: root/net/arla/Makefile
diff options
context:
space:
mode:
authorwennmach <wennmach>2005-03-25 17:40:25 +0000
committerwennmach <wennmach>2005-03-25 17:40:25 +0000
commitbd4933467cd25758557907658761ebff17634379 (patch)
tree7721c1432c00634eb6ee36bed4e9590f9a30bf38 /net/arla/Makefile
parentab78101bbda2d790374715062d4ca78364fdb728 (diff)
downloadpkgsrc-bd4933467cd25758557907658761ebff17634379.tar.gz
Fix a number of issues:
- LP64 and other portability issues - Find the correct <kafs.h> in order to get the right prototype for kafs_settoken_rxkad. - Find the correct <com_err.h> - Add support for -DMULTIPROCESSOR and other kernel compile options Bump PKGREVISION.
Diffstat (limited to 'net/arla/Makefile')
-rw-r--r--net/arla/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile
index 8782b856269..9921bc38704 100644
--- a/net/arla/Makefile
+++ b/net/arla/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2005/03/15 15:58:52 wennmach Exp $
+# $NetBSD: Makefile,v 1.42 2005/03/25 17:40:25 wennmach Exp $
DISTNAME= arla-0.38
-#PKGREVISION=
+PKGREVISION= 1
CATEGORIES= net security
MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/
@@ -37,6 +37,11 @@ PKG_FAIL_REASON= "${PKGNAME} requires kernel sources available under \$$BSDSRCDI
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-arlacachedir=${ARLA_CACHE}
CONFIGURE_ARGS+= --enable-shared=no
+
+# Enable one or more of the following kernel compile options as required:
+# (these options must match the compile options of the kernel)
+#CONFIGURE_ENV+= KERNEL_CPPFLAGS="-DMULTIPROCESSOR -DDEBUG -DDIAGNOSTIC"
+
MESSAGE_SUBST+= ARLA_CACHE=${ARLA_CACHE}
PLIST_SUBST+= ARLA_CACHE=${ARLA_CACHE}
FILES_SUBST+= ARLA_CACHE=${ARLA_CACHE}