summaryrefslogtreecommitdiff
path: root/devel/opal
diff options
context:
space:
mode:
authormarkd <markd>2011-02-06 08:00:05 +0000
committermarkd <markd>2011-02-06 08:00:05 +0000
commit29525fb4086152dea97ace72a1682e15458905c7 (patch)
tree3b3f841edfc13f21c4f2fdc8e8657422d6f36f4b /devel/opal
parent652a0378688979b37b2ee7e120618df2cad0f8b5 (diff)
downloadpkgsrc-29525fb4086152dea97ace72a1682e15458905c7.tar.gz
CFLAGS+=-D__STDC_CONSTANT_MACROS so that UINT64_C() is defined for C++
as it is used in ffmpeg's <libavutil/common.h>
Diffstat (limited to 'devel/opal')
-rw-r--r--devel/opal/Makefile4
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