pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/liboil Needs asprintf, which is missing on Solaris.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1512ff42ae93
branches:  trunk
changeset: 535657:1512ff42ae93
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Nov 25 09:56:35 2007 +0000

description:
Needs asprintf, which is missing on Solaris.

diffstat:

 devel/liboil/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3bf5cdc63b9e -r 1512ff42ae93 devel/liboil/Makefile
--- a/devel/liboil/Makefile     Sun Nov 25 08:35:31 2007 +0000
+++ b/devel/liboil/Makefile     Sun Nov 25 09:56:35 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2007/06/01 20:21:03 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2007/11/25 09:56:35 rillig Exp $
 #
 
 DISTNAME=      liboil-0.3.12
@@ -10,6 +10,7 @@
 COMMENT=       Library of simple, CPU-optimized functions
 
 GNU_CONFIGURE=         yes
+USE_FEATURES=          asprintf
 USE_LIBTOOL=           yes
 
 CONFIGURE_ARGS+=       --disable-glib # Only used by examples.



Home | Main Index | Thread Index | Old Index