pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/mbrowse The configure script needs to know the loc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4f638555cbb
branches:  trunk
changeset: 512344:e4f638555cbb
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sat May 06 17:12:33 2006 +0000

description:
The configure script needs to know the location of the installed net-snmp
package. For non-default paths (eg, /opt/pkg) we need to tell
"configure" this explicitly.
This should fix build problems observed on Linux.

diffstat:

 net/mbrowse/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 158f7e13813f -r e4f638555cbb net/mbrowse/Makefile
--- a/net/mbrowse/Makefile      Sat May 06 16:22:24 2006 +0000
+++ b/net/mbrowse/Makefile      Sat May 06 17:12:33 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/02/14 21:47:41 heinz Exp $
+# $NetBSD: Makefile,v 1.2 2006/05/06 17:12:33 heinz Exp $
 
 DISTNAME=              mbrowse-0.3.1
 CATEGORIES=            net
@@ -11,6 +11,7 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --with-snmp-prefix=${PREFIX:Q}
 
 pre-configure:
        @ ${TEST} -r ${PKGDIR}/../../mk/gnu-config/missing && \



Home | Main Index | Thread Index | Old Index