pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/botan Try to fix build problem on NetBSD, use...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee978097c874
branches:  trunk
changeset: 536873:ee978097c874
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Dec 27 14:13:58 2007 +0000

description:
Try to fix build problem on NetBSD, use the same strategies as DragonFly.

diffstat:

 security/botan/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e2eaa4552b9b -r ee978097c874 security/botan/Makefile
--- a/security/botan/Makefile   Thu Dec 27 14:07:35 2007 +0000
+++ b/security/botan/Makefile   Thu Dec 27 14:13:58 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/11/30 20:02:39 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2007/12/27 14:13:58 obache Exp $
 
 DISTNAME=      Botan-1.4.11
 PKGNAME=       botan-1.4.11
@@ -27,6 +27,7 @@
 MAKE_FLAGS+=   LIB_OPT=${CXXFLAGS:Q}
 
 CXXFLAGS.DragonFly+=   -D_DRAGONFLY_SOURCE
+CXXFLAGS.NetBSD+=      -D_NETBSD_SOURCE
 BUILDLINK_TRANSFORM+=  rm:-mcpu=i686
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index