summaryrefslogtreecommitdiff
path: root/x11-misc/skippy/files/skippy-0.5.0-imlib2-pkg-config.patch
blob: c109b4e31860459f614c84aef54a0f5b427fa16d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
https://bugs.gentoo.org/828943
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 PREFIX = /usr
 BINDIR = ${PREFIX}/bin
 
-CFLAGS += `imlib2-config --cflags` `${PKG_CONFIG} xft --cflags` -pedantic -Wall
-LDLIBS = -lX11 -lm `imlib2-config --libs` `${PKG_CONFIG} xft --libs`
+CFLAGS += `${PKG_CONFIG} --cflags imlib2` `${PKG_CONFIG} xft --cflags` -pedantic -Wall
+LDLIBS = -lX11 -lm `${PKG_CONFIG} --libs imlib2` `${PKG_CONFIG} xft --libs`
 
 # Comment these out to disable Xinerama support
 CFLAGS += -DXINERAMA