diff options
author | marino <marino> | 2011-12-06 01:21:35 +0000 |
---|---|---|
committer | marino <marino> | 2011-12-06 01:21:35 +0000 |
commit | d966a7c290172a41e426a04c1a8e27d9150a5c9f (patch) | |
tree | 19473769d0b256272eed37e03180e3a0e889e29d /devel/opal | |
parent | edbcfb8ee6fa908bcd91f585f67eca051e3aa963 (diff) | |
download | pkgsrc-d966a7c290172a41e426a04c1a8e27d9150a5c9f.tar.gz |
devel/opal: Remove CFLAG -D__STDC_CONSTANT_MACROS
This CFLAG, added 2011/02/06, was treating a symptom of the UINT64_C
problem with ffmpeg, which was fixed on 2011/11/22 (2011/11/26).
Since then, opal has been emitting a warning that __STDC_CONSTANT_MACROS
is redefined and removing the redundant CFLAG silences the warning.
Diffstat (limited to 'devel/opal')
-rw-r--r-- | devel/opal/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/opal/Makefile b/devel/opal/Makefile index c03235af8d4..7ba4d9232d0 100644 --- a/devel/opal/Makefile +++ b/devel/opal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2011/11/16 01:33:16 sbd Exp $ +# $NetBSD: Makefile,v 1.17 2011/12/06 01:21:35 marino Exp $ # DISTNAME= opal-3.6.6 @@ -30,8 +30,6 @@ 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 |