[Midnightbsd-cvs] mports [24420] trunk/devel/meson/files/patch-mesonbuild_mesonlib.py: add midnightbsd test
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 30 18:09:49 EDT 2018
Revision: 24420
http://svnweb.midnightbsd.org/mports/?rev=24420
Author: laffer1
Date: 2018-09-30 18:09:48 -0400 (Sun, 30 Sep 2018)
Log Message:
-----------
add midnightbsd test
Added Paths:
-----------
trunk/devel/meson/files/patch-mesonbuild_mesonlib.py
Added: trunk/devel/meson/files/patch-mesonbuild_mesonlib.py
===================================================================
--- trunk/devel/meson/files/patch-mesonbuild_mesonlib.py (rev 0)
+++ trunk/devel/meson/files/patch-mesonbuild_mesonlib.py 2018-09-30 22:09:48 UTC (rev 24420)
@@ -0,0 +1,12 @@
+--- mesonbuild/mesonlib.py.orig 2018-09-30 18:06:24.003423000 -0400
++++ mesonbuild/mesonlib.py 2018-09-30 18:07:00.673471000 -0400
+@@ -328,6 +328,9 @@
+ def is_freebsd():
+ return platform.system().lower() == 'freebsd'
+
++def is_midnightbsd():
++ return platform.system().lower() == 'midnightbsd'
++
+ def for_windows(is_cross, env):
+ """
+ Host machine is windows?
Property changes on: trunk/devel/meson/files/patch-mesonbuild_mesonlib.py
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list