diff options
author | Michael Weber <xmw@gentoo.org> | 2017-12-09 02:19:04 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-12-09 02:19:16 +0100 |
commit | 96fd2a120dc0032de9caf503ddbaeeeac24fd5a2 (patch) | |
tree | 5ff6bac039c128774c0f3da590b3c0cbf78090b8 /x11-wm/spectrwm/files | |
parent | net-misc/pulseaudio-dlna: adding live ebuild (diff) | |
download | gentoo-96fd2a120dc0032de9caf503ddbaeeeac24fd5a2.tar.gz gentoo-96fd2a120dc0032de9caf503ddbaeeeac24fd5a2.tar.bz2 gentoo-96fd2a120dc0032de9caf503ddbaeeeac24fd5a2.zip |
x11-wm/spectrwm: Version bump (thanks Hadrien Lacour, bug 637436).
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'x11-wm/spectrwm/files')
-rw-r--r-- | x11-wm/spectrwm/files/spectrwm-3.1.0-Makefile.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-wm/spectrwm/files/spectrwm-3.1.0-Makefile.patch b/x11-wm/spectrwm/files/spectrwm-3.1.0-Makefile.patch new file mode 100644 index 000000000000..71f5578bfc58 --- /dev/null +++ b/x11-wm/spectrwm/files/spectrwm-3.1.0-Makefile.patch @@ -0,0 +1,23 @@ +--- a/Makefile 2017-10-03 20:36:39.000000000 +0200 ++++ b/Makefile 2017-11-13 20:53:33.341995465 +0100 +@@ -9,16 +9,16 @@ + 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_CFLAGS = ++BIN_LDFLAGS = + BIN_CPPFLAGS = $(shell pkg-config --cflags x11 x11-xcb xcb-icccm xcb-keysyms xcb-randr xcb-util xcb-xtest xcursor xft) + BIN_LDLIBS = $(shell pkg-config --libs x11 x11-xcb xcb-icccm xcb-keysyms xcb-randr xcb-util xcb-xtest xcursor xft) + LIB_CFLAGS = -fPIC |