pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/libbluray libbluray: enable EXTENSIONS on S...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/126001d508d8
branches:  trunk
changeset: 451823:126001d508d8
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun May 02 09:37:50 2021 +0000

description:
libbluray: enable EXTENSIONS on SunOS

diffstat:

 multimedia/libbluray/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 1b0bc5f6c856 -r 126001d508d8 multimedia/libbluray/Makefile
--- a/multimedia/libbluray/Makefile     Sun May 02 08:53:32 2021 +0000
+++ b/multimedia/libbluray/Makefile     Sun May 02 09:37:50 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2021/04/21 11:40:32 adam Exp $
+# $NetBSD: Makefile,v 1.24 2021/05/02 09:37:50 nia Exp $
 
 DISTNAME=      libbluray-1.3.0
 PKGREVISION=   1
@@ -18,6 +18,8 @@
 CONFIGURE_ARGS+=       --disable-optimizations
 PKGCONFIG_OVERRIDE+=   src/libbluray.pc.in
 
+CPPFLAGS.SunOS+=       -D__EXTENSIONS__
+
 # provide jni_md.h for other architectures
 post-extract:
        ${LN} -s ${WRKSRC}/jni/linux/jni_md.h ${WRKSRC}/jni/jni_md.h



Home | Main Index | Thread Index | Old Index