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.
This commit is contained in:
parent
e349ee78e3
commit
fb1c19c323
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue