pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/mpv



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Dec 28 09:01:16 UTC 2022

Modified Files:
        pkgsrc/multimedia/mpv: Makefile

Log Message:
mpv: Define __EXTENSIONS__ for strcasecmp on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 pkgsrc/multimedia/mpv/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/mpv/Makefile
diff -u pkgsrc/multimedia/mpv/Makefile:1.144 pkgsrc/multimedia/mpv/Makefile:1.145
--- pkgsrc/multimedia/mpv/Makefile:1.144        Wed Nov 23 16:20:47 2022
+++ pkgsrc/multimedia/mpv/Makefile      Wed Dec 28 09:01:15 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.144 2022/11/23 16:20:47 adam Exp $
+# $NetBSD: Makefile,v 1.145 2022/12/28 09:01:15 nia Exp $
 
 DISTNAME=      mpv-0.35.0
 PKGREVISION=   1
@@ -46,6 +46,9 @@ SUBST_MESSAGE.python= Fix Python command
 
 .include "../../mk/bsd.prefs.mk"
 
+# strcasecmp, etc
+CFLAGS.SunOS+= -D__EXTENSIONS__
+
 #
 # At some point this should be consolidated into mk/platform/Darwin.mk, it is
 # here temporarily while any issues are ironed out and it can be made generic



Home | Main Index | Thread Index | Old Index