diff options
author | 2017-08-12 13:30:13 +0200 | |
---|---|---|
committer | 2017-08-13 13:28:20 +0200 | |
commit | f80b1b4ffd75203affc0e751be9a5937a1e53c72 (patch) | |
tree | af60b4572eee7f6dfbb73a272d38e60cd24bc6a5 /games-fps/quake3 | |
parent | games-fps/legens: remove unused files (diff) | |
download | gentoo-f80b1b4ffd75203affc0e751be9a5937a1e53c72.tar.gz gentoo-f80b1b4ffd75203affc0e751be9a5937a1e53c72.tar.bz2 gentoo-f80b1b4ffd75203affc0e751be9a5937a1e53c72.zip |
games-fps/quake3: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/5395
Diffstat (limited to 'games-fps/quake3')
-rw-r--r-- | games-fps/quake3/files/quake3-1.36-remove-bundled-jpeg.patch | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/games-fps/quake3/files/quake3-1.36-remove-bundled-jpeg.patch b/games-fps/quake3/files/quake3-1.36-remove-bundled-jpeg.patch deleted file mode 100644 index 485dd71d2043..000000000000 --- a/games-fps/quake3/files/quake3-1.36-remove-bundled-jpeg.patch +++ /dev/null @@ -1,72 +0,0 @@ ---- Makefile.orig 2012-08-21 12:19:01.344696519 +0400 -+++ Makefile 2012-08-21 12:19:23.506696348 +0400 -@@ -164,7 +164,6 @@ - NDIR=$(MOUNT_DIR)/null - UIDIR=$(MOUNT_DIR)/ui - Q3UIDIR=$(MOUNT_DIR)/q3_ui --JPDIR=$(MOUNT_DIR)/jpeg-6b - SPEEXDIR=$(MOUNT_DIR)/libspeex - Q3ASMDIR=$(MOUNT_DIR)/tools/asm - LBURGDIR=$(MOUNT_DIR)/tools/lcc/lburg -@@ -297,7 +296,7 @@ - SHLIBLDFLAGS=-shared $(LDFLAGS) - - THREAD_LIBS=-lpthread -- LIBS=-ldl -lm -+ LIBS=-ldl -lm -ljpeg - - CLIENT_LIBS=$(shell sdl-config --libs) -lGL - -@@ -1297,42 +1296,6 @@ - $(B)/client/l_script.o \ - $(B)/client/l_struct.o \ - \ -- $(B)/client/jcapimin.o \ -- $(B)/client/jcapistd.o \ -- $(B)/client/jccoefct.o \ -- $(B)/client/jccolor.o \ -- $(B)/client/jcdctmgr.o \ -- $(B)/client/jchuff.o \ -- $(B)/client/jcinit.o \ -- $(B)/client/jcmainct.o \ -- $(B)/client/jcmarker.o \ -- $(B)/client/jcmaster.o \ -- $(B)/client/jcomapi.o \ -- $(B)/client/jcparam.o \ -- $(B)/client/jcphuff.o \ -- $(B)/client/jcprepct.o \ -- $(B)/client/jcsample.o \ -- $(B)/client/jdapimin.o \ -- $(B)/client/jdapistd.o \ -- $(B)/client/jdatasrc.o \ -- $(B)/client/jdcoefct.o \ -- $(B)/client/jdcolor.o \ -- $(B)/client/jddctmgr.o \ -- $(B)/client/jdhuff.o \ -- $(B)/client/jdinput.o \ -- $(B)/client/jdmainct.o \ -- $(B)/client/jdmarker.o \ -- $(B)/client/jdmaster.o \ -- $(B)/client/jdpostct.o \ -- $(B)/client/jdsample.o \ -- $(B)/client/jdtrans.o \ -- $(B)/client/jerror.o \ -- $(B)/client/jfdctflt.o \ -- $(B)/client/jidctflt.o \ -- $(B)/client/jmemmgr.o \ -- $(B)/client/jmemnobs.o \ -- $(B)/client/jutils.o \ -- \ - $(B)/client/tr_animation.o \ - $(B)/client/tr_backend.o \ - $(B)/client/tr_bsp.o \ -@@ -1921,9 +1884,6 @@ - $(B)/client/%.o: $(BLIBDIR)/%.c - $(DO_BOT_CC) - --$(B)/client/%.o: $(JPDIR)/%.c -- $(DO_CC) -- - $(B)/client/%.o: $(SPEEXDIR)/%.c - $(DO_CC) - |