summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2020-06-30 12:07:38 -0500
committerBen Kohler <bkohler@gentoo.org>2020-06-30 12:09:18 -0500
commit4db19288cafb80048904b6c6bb87d8e9dff560f8 (patch)
tree5d57580a5344efc36c5aba127f0cbee5ee5f373e /x11-wm/spectrwm/files
parentsys-fs/fatcat: drop old (diff)
downloadgentoo-4db19288cafb80048904b6c6bb87d8e9dff560f8.tar.gz
gentoo-4db19288cafb80048904b6c6bb87d8e9dff560f8.tar.bz2
gentoo-4db19288cafb80048904b6c6bb87d8e9dff560f8.zip
x11-wm/spectrwm: drop old
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'x11-wm/spectrwm/files')
-rw-r--r--x11-wm/spectrwm/files/spectrwm-3.2.0-gentoo.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/x11-wm/spectrwm/files/spectrwm-3.2.0-gentoo.patch b/x11-wm/spectrwm/files/spectrwm-3.2.0-gentoo.patch
deleted file mode 100644
index a193b133abc1..000000000000
--- a/x11-wm/spectrwm/files/spectrwm-3.2.0-gentoo.patch
+++ /dev/null
@@ -1,33 +0,0 @@
---- a/linux/Makefile
-+++ b/linux/Makefile
-@@ -9,22 +9,22 @@
- LIBVERSION = $(shell . $(CURDIR)/../lib/shlib_version; echo $$major.$$minor)
- LIBMAJORVERSION = $(shell . $(CURDIR)/../lib/shlib_version; echo $$major)
-
--MAINT_CFLAGS = -std=c99 -Wmissing-prototypes -Wall -Wextra -Wshadow -Wno-uninitialized -g
--MAINT_LDFLAGS = -Wl,--as-needed
-+MAINT_CFLAGS = -std=c99 -Wmissing-prototypes -Wall -Wextra -Wshadow -Wno-uninitialized
-+MAINT_LDFLAGS =
- MAINT_CPPFLAGS = -I. -D_GNU_SOURCE -DSWM_LIB=\"$(LIBDIR)/libswmhack.so.$(LIBVERSION)\"
-
- ifneq ("${BUILDVERSION}", "")
- MAINT_CPPFLAGS += -DSPECTRWM_BUILDSTR=\"$(BUILDVERSION)\"
- endif
-
--BIN_CFLAGS = -fPIE
--BIN_LDFLAGS = -fPIE -pie
--BIN_CPPFLAGS = $(shell pkg-config --cflags x11 x11-xcb xcb-icccm xcb-keysyms xcb-randr xcb-util xcb-xinput xcb-xtest xcursor xft)
--BIN_LDLIBS = $(shell pkg-config --libs x11 x11-xcb xcb-icccm xcb-keysyms xcb-randr xcb-util xcb-xinput xcb-xtest xcursor xft)
-+BIN_CFLAGS =
-+BIN_LDFLAGS =
-+BIN_CPPFLAGS = $(shell $(PKG_CONFIG) --cflags x11 x11-xcb xcb-icccm xcb-keysyms xcb-randr xcb-util xcb-xinput xcb-xtest xcursor xft)
-+BIN_LDLIBS = $(shell $(PKG_CONFIG) --libs x11 x11-xcb xcb-icccm xcb-keysyms xcb-randr xcb-util xcb-xinput xcb-xtest xcursor xft)
- LIB_CFLAGS = -fPIC
- LIB_LDFLAGS = -fPIC -shared
--LIB_CPPFLAGS = $(shell pkg-config --cflags x11)
--LIB_LDLIBS = $(shell pkg-config --libs x11) -ldl
-+LIB_CPPFLAGS = $(shell $(PKG_CONFIG) --cflags x11)
-+LIB_LDLIBS = $(shell $(PKG_CONFIG) --libs x11) -ldl
-
- all: spectrwm libswmhack.so.$(LIBVERSION)
-