mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
games-action/blackvoxel: Removed patch
Signed-off-by: Abdelrahman Sarhan <abdulrahmanayman1@gmail.com>
This commit is contained in:
parent
9bc9a5a2be
commit
f69e5f5c73
@ -27,7 +27,6 @@ RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-makefile.patch
|
||||
"${FILESDIR}"/${P}-makeopts.patch
|
||||
"${FILESDIR}"/${P}-savedir.patch
|
||||
"${FILESDIR}"/${P}-backported-ltofix.patch #For ver. 2.50 Remove for next ver.
|
||||
)
|
||||
|
@ -1,15 +0,0 @@
|
||||
--- a/Makefile 2024-10-21 17:33:29.782931946 -0400
|
||||
+++ b/Makefile 2024-10-21 17:35:55.202026636 -0400
|
||||
@@ -64,8 +64,10 @@
|
||||
KERNELNAME =$(shell uname -s)
|
||||
|
||||
ifeq ($(KERNELNAME),Linux)
|
||||
- CXXFLAGS+= -O3 -c -fmessage-length=0
|
||||
- LDFLAGS+=-L"src/sc_Squirrel3/lib" -lGLU -lSDL -lGLEW -lGL -lsquirrel -lsqstdlib
|
||||
+ UCXXFLAGS:= $(shell emerge --info | grep -w CXXFLAGS=".*" | cut -d '"' -f2)
|
||||
+ CXXFLAGS+= $(UCXXFLAGS) -c -fmessage-length=0
|
||||
+ ULDFLAGS:= $(shell emerge --info | grep -w LDFLAGS=".*" | cut -d '"' -f2)
|
||||
+ LDFLAGS+= $(ULDFLAGS) -L"src/sc_Squirrel3/lib" -lGLU -lSDL -lGLEW -lGL -lsquirrel -lsqstdlib
|
||||
else ifeq ($(KERNELNAME), FreeBSD)
|
||||
# To be done...
|
||||
CXXFLAGS+= -O3 -c -fmessage-length=0
|
Loading…
x
Reference in New Issue
Block a user