summaryrefslogtreecommitdiff
path: root/app-misc/wcd/files/wcd-6.0.2-gentoo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/wcd/files/wcd-6.0.2-gentoo.patch')
-rw-r--r--app-misc/wcd/files/wcd-6.0.2-gentoo.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/wcd/files/wcd-6.0.2-gentoo.patch b/app-misc/wcd/files/wcd-6.0.2-gentoo.patch
index ecd7c530f156..eddeee89e046 100644
--- a/app-misc/wcd/files/wcd-6.0.2-gentoo.patch
+++ b/app-misc/wcd/files/wcd-6.0.2-gentoo.patch
@@ -1,5 +1,5 @@
---- wcd-6.0.2/src/Makefile
-+++ wcd-6.0.2/src/Makefile
+--- a/src/Makefile
++++ b/src/Makefile
@@ -45,12 +45,12 @@
CC ?= gcc
@@ -20,10 +20,10 @@
ifdef UCS
- CURSES = ncursesw
-+ CURSES = $(shell pkg-config --libs ncursesw)
++ CURSES = $(shell ${PKG_CONFIG} --libs ncursesw)
else
- CURSES = ncurses
-+ CURSES = $(shell pkg-config --libs ncurses)
++ CURSES = $(shell ${PKG_CONFIG} --libs ncurses)
endif