diff options
Diffstat (limited to 'x11-plugins/wmload/files/wmload-0.9.2-prefix.patch')
-rw-r--r-- | x11-plugins/wmload/files/wmload-0.9.2-prefix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-plugins/wmload/files/wmload-0.9.2-prefix.patch b/x11-plugins/wmload/files/wmload-0.9.2-prefix.patch new file mode 100644 index 000000000000..3ec43c570df0 --- /dev/null +++ b/x11-plugins/wmload/files/wmload-0.9.2-prefix.patch @@ -0,0 +1,11 @@ +--- Imakefile ++++ Imakefile +@@ -2,7 +2,7 @@ + DESTDIR = /usr/local + BINDIR = /bin + +-XPMLIB = -L/usr/lib/X11 -lXpm -lm ++XPMLIB = `pkg-config xpm --libs` -lm + DEPLIBS = $(DEPXLIB) + + LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) |