summaryrefslogtreecommitdiff
path: root/devel/opal
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2011-12-06 01:21:35 +0000
committermarino <marino@pkgsrc.org>2011-12-06 01:21:35 +0000
commitcfb2eeb41944a93357094777f7745af7c07e37d2 (patch)
tree19473769d0b256272eed37e03180e3a0e889e29d /devel/opal
parentc33fc64b75666d214fdaf7de5de0261ce42c5252 (diff)
downloadpkgsrc-cfb2eeb41944a93357094777f7745af7c07e37d2.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/Makefile4
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