pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/qemu Pass correct path to smbd.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b431ab142371
branches:  trunk
changeset: 610475:b431ab142371
user:      shattered <shattered%pkgsrc.org@localhost>
date:      Fri Oct 26 16:08:18 2012 +0000

description:
Pass correct path to smbd.

diffstat:

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

diffs (21 lines):

diff -r 01de16f67b45 -r b431ab142371 emulators/qemu/Makefile
--- a/emulators/qemu/Makefile   Fri Oct 26 15:51:13 2012 +0000
+++ b/emulators/qemu/Makefile   Fri Oct 26 16:08:18 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.101 2012/10/03 21:56:01 wiz Exp $
+# $NetBSD: Makefile,v 1.102 2012/10/26 16:08:18 shattered Exp $
 
 DISTNAME=              qemu-1.2.0
-PKGREVISION=           3
+PKGREVISION=           4
 CATEGORIES=            emulators
 MASTER_SITES=          http://wiki.qemu.org/download/
 EXTRACT_SUFX=          .tar.bz2
@@ -29,6 +29,7 @@
 CONFIGURE_ARGS+=       --interp-prefix=${PREFIX}/share/qemu
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --python=${PYTHONBIN}
+CONFIGURE_ARGS+=       --smbd=${PREFIX}/sbin/smbd
 CONFIGURE_ARGS+=       --mandir=${PREFIX}/${PKGMANDIR}
 
 CONF_FILES=            ${EGDIR}/target-x86_64.conf \



Home | Main Index | Thread Index | Old Index