diff options
author | Abdelrahman Sarhan <abdulrahmanayman1@gmail.com> | 2024-10-23 01:09:06 -0400 |
---|---|---|
committer | Abdelrahman Sarhan <abdulrahmanayman1@gmail.com> | 2024-10-23 01:10:07 -0400 |
commit | f69e5f5c73665fb06876579262657dfa770ea858 (patch) | |
tree | 0b4dbd65b9d280909766358eb1f128655b2badb5 /games-action/blackvoxel | |
parent | games-action/blackvoxel: Implemented patches in a better way. (diff) | |
download | guru-f69e5f5c73665fb06876579262657dfa770ea858.tar.gz guru-f69e5f5c73665fb06876579262657dfa770ea858.tar.bz2 guru-f69e5f5c73665fb06876579262657dfa770ea858.zip |
games-action/blackvoxel: Removed patch
Signed-off-by: Abdelrahman Sarhan <abdulrahmanayman1@gmail.com>
Diffstat (limited to 'games-action/blackvoxel')
-rw-r--r-- | games-action/blackvoxel/blackvoxel-2.50.ebuild | 1 | ||||
-rw-r--r-- | games-action/blackvoxel/files/blackvoxel-2.50-makeopts.patch | 15 |
2 files changed, 0 insertions, 16 deletions
diff --git a/games-action/blackvoxel/blackvoxel-2.50.ebuild b/games-action/blackvoxel/blackvoxel-2.50.ebuild index 16a152193..8c0bc0818 100644 --- a/games-action/blackvoxel/blackvoxel-2.50.ebuild +++ b/games-action/blackvoxel/blackvoxel-2.50.ebuild @@ -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. ) diff --git a/games-action/blackvoxel/files/blackvoxel-2.50-makeopts.patch b/games-action/blackvoxel/files/blackvoxel-2.50-makeopts.patch deleted file mode 100644 index 078d3ce64..000000000 --- a/games-action/blackvoxel/files/blackvoxel-2.50-makeopts.patch +++ /dev/null @@ -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 |