summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2010-05-16 23:10:15 +0000
committertron <tron>2010-05-16 23:10:15 +0000
commit49c61fa0a4ce19dbf235f7aa02f716d7d4cbc35d (patch)
treef46dbe8a743bbb49d0ba0d96287021eb1a699b91
parent7525785eaf71ecbe056eab45e8483b363f514e93 (diff)
downloadpkgsrc-49c61fa0a4ce19dbf235f7aa02f716d7d4cbc35d.tar.gz
Pullup ticket #3116 - requested by wiz
sysutils/bacula: portability fix Revisions pulled up: - sysutils/bacula/Makefile.common 1.55 --- Module Name: pkgsrc Committed By: wiz Date: Sun May 16 13:08:11 UTC 2010 Modified Files: pkgsrc/sysutils/bacula: Makefile.common Log Message: Disable extattr on DragonFly. From Jan Lentfer in PR 43312.
-rw-r--r--sysutils/bacula/Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/bacula/Makefile.common b/sysutils/bacula/Makefile.common
index 4046b601e69..b8aded312e9 100644
--- a/sysutils/bacula/Makefile.common
+++ b/sysutils/bacula/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.53 2010/03/09 07:06:00 adam Exp $
+# $NetBSD: Makefile.common,v 1.53.2.1 2010/05/16 23:10:15 tron Exp $
#
# used by sysutils/bacula-clientonly/Makefile
# used by sysutils/bacula-tray-monitor/Makefile
@@ -64,6 +64,9 @@ CONFIGURE_ARGS+= --with-readline=${PREFIX}/include/readline
.if ${OPSYS} == "Linux"
CONFIGURE_ARGS+= --enable-smartalloc
.endif
+.if ${OPSYS} == "DragonFly"
+CONFIGURE_ARGS+= --disable-xattr
+.endif
PTHREAD_OPTS+= require
PTHREAD_AUTO_VARS= yes