You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/spnavcfg/files/spnavcfg-0.2.1-x11-libs.patch

13 lines
520 B

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)