mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:17:35 +00:00
Ports: Make sure ports are installed into /usr/local
This commit is contained in:
parent
960079b020
commit
c9d5358685
16 changed files with 57 additions and 25 deletions
12
Ports/emu2/patches/install-prefix.patch
Normal file
12
Ports/emu2/patches/install-prefix.patch
Normal file
|
@ -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\
|
Loading…
Add table
Add a link
Reference in a new issue