mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:17:36 +00:00
Ports: Add a cmake port
Yes, you build this *inside* serenity.
This commit is contained in:
parent
bb777459a0
commit
80d6f46d4e
32 changed files with 9490 additions and 0 deletions
17
Ports/cmake/patches/0012-bin-bash.patch
Normal file
17
Ports/cmake/patches/0012-bin-bash.patch
Normal file
|
@ -0,0 +1,17 @@
|
|||
diff -urp a/bootstrap b/bootstrap
|
||||
--- a/bootstrap 2021-02-12 16:01:09.075367557 +0330
|
||||
+++ b/bootstrap 2021-02-12 15:59:27.811749370 +0330
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/bin/sh
|
||||
+#!/bin/bash
|
||||
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||
|
||||
diff -urp a/configure b/configure
|
||||
--- a/configure 2021-02-12 16:02:00.042148704 +0330
|
||||
+++ b/configure 2021-02-12 16:02:07.035496388 +0330
|
||||
@@ -1,3 +1,3 @@
|
||||
-#!/bin/sh
|
||||
+#!/bin/bash
|
||||
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
|
||||
exec "${cmake_source_dir}/bootstrap" "$@"
|
Loading…
Add table
Add a link
Reference in a new issue