pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/libsixel



Module Name:    pkgsrc
Committed By:   tnn
Date:           Wed Aug 17 10:25:33 UTC 2022

Modified Files:
        pkgsrc/graphics/libsixel: Makefile

Log Message:
libsixel: needs -D__EXTENSIONS__ on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/graphics/libsixel/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/libsixel/Makefile
diff -u pkgsrc/graphics/libsixel/Makefile:1.56 pkgsrc/graphics/libsixel/Makefile:1.57
--- pkgsrc/graphics/libsixel/Makefile:1.56      Wed Dec  8 16:05:00 2021
+++ pkgsrc/graphics/libsixel/Makefile   Wed Aug 17 10:25:33 2022
@@ -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_LIBTOOL=          yes
 USE_TOOLS+=            pkg-config
 
 CONFIGURE_ARGS+=       --disable-python
+CPPFLAGS.SunOS=                -D__EXTENSIONS__
 
 PKGCONFIG_OVERRIDE+=   libsixel.pc.in
 



Home | Main Index | Thread Index | Old Index