diff options
Diffstat (limited to 'devel/opal/Makefile')
-rw-r--r-- | devel/opal/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/opal/Makefile b/devel/opal/Makefile index 697d7567d9a..b1cd5f623e5 100644 --- a/devel/opal/Makefile +++ b/devel/opal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2010/01/17 12:02:14 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2011/02/06 08:00:05 markd Exp $ # DISTNAME= opal-3.6.6 @@ -30,6 +30,8 @@ CONFIGURE_ARGS+= --disable-ffmpeg-h263 CONFIGURE_ARGS+= --disable-localgsm CONFIGURE_ARGS+= --disable-localspeex +CFLAGS+= -D__STDC_CONSTANT_MACROS + USE_LANGUAGES= c c++ USE_TOOLS+= gmake USE_TOOLS+= pkg-config |