pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/libsixel libsixel: needs -D__EXTENSIONS__ on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/875de352845e
branches:  trunk
changeset: 383284:875de352845e
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Aug 17 10:25:33 2022 +0000

description:
libsixel: needs -D__EXTENSIONS__ on SunOS

diffstat:

 graphics/libsixel/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 887a280bcaad -r 875de352845e graphics/libsixel/Makefile
--- a/graphics/libsixel/Makefile        Wed Aug 17 10:09:54 2022 +0000
+++ b/graphics/libsixel/Makefile        Wed Aug 17 10:25:33 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2021/12/08 16:05:00 adam Exp $
+# $NetBSD: Makefile,v 1.57 2022/08/17 10:25:33 tnn Exp $
 
 DISTNAME=              libsixel-1.8.6
 PKGREVISION=           8
@@ -17,6 +17,7 @@
 USE_TOOLS+=            pkg-config
 
 CONFIGURE_ARGS+=       --disable-python
+CPPFLAGS.SunOS=                -D__EXTENSIONS__
 
 PKGCONFIG_OVERRIDE+=   libsixel.pc.in
 



Home | Main Index | Thread Index | Old Index