pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/openh264
Module Name: pkgsrc
Committed By: tnn
Date: Sun Apr 12 18:25:34 UTC 2026
Modified Files:
pkgsrc/multimedia/openh264: Makefile
Log Message:
openh264: needs -fpermissive on SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/multimedia/openh264/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/openh264/Makefile
diff -u pkgsrc/multimedia/openh264/Makefile:1.6 pkgsrc/multimedia/openh264/Makefile:1.7
--- pkgsrc/multimedia/openh264/Makefile:1.6 Tue Feb 18 10:13:33 2025
+++ pkgsrc/multimedia/openh264/Makefile Sun Apr 12 18:25:34 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2025/02/18 10:13:33 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2026/04/12 18:25:34 tnn Exp $
DISTNAME= openh264-2.6.0
CATEGORIES= multimedia
@@ -22,6 +22,8 @@ MAKE_FLAGS+= ARCH=${MACHINE_ARCH}
MAKE_FLAGS+= HAVE_GMP_API=No
MAKE_FLAGS+= USE_STACK_PROTECTOR=No
+CXXFLAGS.SunOS+= -fpermissive # signed char / int8_t cast confusion
+
.include "../../mk/bsd.prefs.mk"
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
Home |
Main Index |
Thread Index |
Old Index