summaryrefslogtreecommitdiffstats
path: root/xbindkeys_config/Makefile.patch
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
commitc6000c9d9949b3326fb82f02431899ab6774b960 (patch)
tree2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /xbindkeys_config/Makefile.patch
parent453f0f12918af35bd8e1e5f049841360f37d62e4 (diff)
downloadaur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz
aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz
big cleanup
Diffstat (limited to 'xbindkeys_config/Makefile.patch')
-rw-r--r--xbindkeys_config/Makefile.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/xbindkeys_config/Makefile.patch b/xbindkeys_config/Makefile.patch
deleted file mode 100644
index 6385a55..0000000
--- a/xbindkeys_config/Makefile.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile 2003-06-08 16:10:25.000000000 +0200
-+++ Makefile.new 2009-06-05 16:16:14.000000000 +0200
-@@ -2,8 +2,8 @@
-
- CC= gcc -O3 -Wall
- STD= _GNU_SOURCE
--GTK= `gtk-config --cflags --libs`
--GTK2= `gtk-config --cflags`
-+GTK= `pkg-config gtk+-2.0 --cflags --libs`
-+GTK2= `pkg-config gtk+-2.0 --cflags`
- OBJS= xbindkeys_config.o menu.o middle.o speedc.o
- NOM= xbindkeys_config
-