diff options
author | Gunnar Beutner <gunnar@beutner.name> | 2021-04-15 15:43:18 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-04-16 19:04:24 +0200 |
commit | c9d535868506dfede9e79ff2af01435e9bdea420 (patch) | |
tree | 3648c02a724d8d58b3e89d73d474112ab0fe5e87 /Ports/emu2/patches/install-prefix.patch | |
parent | 960079b020eaf5e1e8762d8ec1c785d66342df7a (diff) | |
download | serenity-c9d535868506dfede9e79ff2af01435e9bdea420.zip |
Ports: Make sure ports are installed into /usr/local
Diffstat (limited to 'Ports/emu2/patches/install-prefix.patch')
-rw-r--r-- | Ports/emu2/patches/install-prefix.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Ports/emu2/patches/install-prefix.patch b/Ports/emu2/patches/install-prefix.patch new file mode 100644 index 0000000000..320892d739 --- /dev/null +++ b/Ports/emu2/patches/install-prefix.patch @@ -0,0 +1,12 @@ +diff -Naur emu2-ff276eb0a755a3e784f73da00b5db6c1b25c1f83/Makefile emu2-ff276eb0a755a3e784f73da00b5db6c1b25c1f83.serenity/Makefile +--- emu2-ff276eb0a755a3e784f73da00b5db6c1b25c1f83/Makefile 2021-04-14 15:58:46.000000000 +0200 ++++ emu2-ff276eb0a755a3e784f73da00b5db6c1b25c1f83.serenity/Makefile 2021-04-16 00:42:15.680769941 +0200 +@@ -2,7 +2,7 @@ + CFLAGS=-O3 -flto -Wall -g -Werror=implicit-function-declaration -Werror=int-conversion + LDLIBS=-lm + INSTALL=install +-PREFIX=/usr ++PREFIX=/usr/local + + OBJS=\ + cpu.o\ |