pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/net-snmp Export OPSYS explicitly. This worked befo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8794e01f656
branches:  trunk
changeset: 515692:c8794e01f656
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jul 06 18:13:08 2006 +0000

description:
Export OPSYS explicitly. This worked before, but according to PR 33931
it got broken.

diffstat:

 net/net-snmp/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r aaff52d50cd3 -r c8794e01f656 net/net-snmp/Makefile
--- a/net/net-snmp/Makefile     Thu Jul 06 17:40:17 2006 +0000
+++ b/net/net-snmp/Makefile     Thu Jul 06 18:13:08 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2006/06/17 17:20:56 christos Exp $
+# $NetBSD: Makefile,v 1.50 2006/07/06 18:13:08 joerg Exp $
 
 DISTNAME=      net-snmp-5.3.0.1
 PKGREVISION=   3
@@ -15,6 +15,8 @@
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
 
+MAKE_ENV+=     OPSYS=${OPSYS:Q}
+
 # The self-test of Perl modules only works after installation because perl
 # can't load the shared libraries from WRKSRC/
 # Until this is fixed you can test them after installation by doing



Home | Main Index | Thread Index | Old Index