aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-misc/cbonsai/files/cbonsai-respect-variables.patch')
-rw-r--r--games-misc/cbonsai/files/cbonsai-respect-variables.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-misc/cbonsai/files/cbonsai-respect-variables.patch b/games-misc/cbonsai/files/cbonsai-respect-variables.patch
index 3187e2847..460e51693 100644
--- a/games-misc/cbonsai/files/cbonsai-respect-variables.patch
+++ b/games-misc/cbonsai/files/cbonsai-respect-variables.patch
@@ -7,7 +7,7 @@
CFLAGS += -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-qual -pedantic $(shell $(PKG_CONFIG) --cflags ncursesw panelw)
-LDLIBS = $(shell $(PKG_CONFIG) --libs ncursesw panelw || echo "-lncursesw -ltinfo -lpanelw")
-PREFIX = /usr/local
-+LDLIBS = $(shell $(PKG_CONFIG) --libs ncursesw panelw || echo "-lncursesw -ltinfo -lpanelw") ${LDFLAGS}
++LDLIBS = $(shell $(PKG_CONFIG) --libs ncursesw panelw || echo "-lncursesw -ltinfo -lpanelw") $(LDFLAGS)
+ MANDIR = $(PREFIX)/share/man
cbonsai: cbonsai.c
-