diff options
author | Sebastian Pipping <sping@gentoo.org> | 2012-02-06 20:17:38 +0000 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2012-02-06 20:17:38 +0000 |
commit | 6922f59fb7c398c89e1dbe57a6b1813c376bb344 (patch) | |
tree | 7af61d1fd8e1596398b78a93aed05e4296d3db9e /x11-misc/spnavcfg/files/spnavcfg-0.2.1-x11-libs.patch | |
parent | correct last entry (diff) | |
download | gentoo-2-6922f59fb7c398c89e1dbe57a6b1813c376bb344.tar.gz gentoo-2-6922f59fb7c398c89e1dbe57a6b1813c376bb344.tar.bz2 gentoo-2-6922f59fb7c398c89e1dbe57a6b1813c376bb344.zip |
x11-misc/spnavcfg: 0.2.1 (bug #390427)
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/spnavcfg/files/spnavcfg-0.2.1-x11-libs.patch')
-rw-r--r-- | x11-misc/spnavcfg/files/spnavcfg-0.2.1-x11-libs.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-misc/spnavcfg/files/spnavcfg-0.2.1-x11-libs.patch b/x11-misc/spnavcfg/files/spnavcfg-0.2.1-x11-libs.patch new file mode 100644 index 000000000000..7294013ac5c4 --- /dev/null +++ b/x11-misc/spnavcfg/files/spnavcfg-0.2.1-x11-libs.patch @@ -0,0 +1,12 @@ +diff -Npur spnavcfg-0.2.1.orig/Makefile.in spnavcfg-0.2.1/Makefile.in +--- spnavcfg-0.2.1.orig/Makefile.in 2012-01-31 22:10:35.832381151 +0100 ++++ spnavcfg-0.2.1/Makefile.in 2012-01-31 22:11:14.254380520 +0100 +@@ -6,7 +6,7 @@ warn = -Wall -Wno-int-to-pointer-cast -W + CC = gcc + INSTALL = install + CFLAGS = $(user_cflags) `pkg-config --cflags gtk+-2.0` +-LDFLAGS = $(user_ldflags) `pkg-config --libs gtk+-2.0` ++LDFLAGS = $(user_ldflags) `pkg-config --libs gtk+-2.0` -lX11 + + $(bin): $(obj) + $(CC) -o $@ $(obj) $(LDFLAGS) |