From: Sebastian Harl Date: Thu, 21 Dec 2006 15:32:13 +0000 (+0000) Subject: Append "-I/usr/include/ncursesw" to CFLAGS. X-Git-Tag: ncmpc-0.11.1+svn-r3965-2^0 X-Git-Url: https://git.tokkee.org/?p=pkg-ncmpc.git;a=commitdiff_plain;h=89b288b0242745bd1233906abd08ead006bf9920;hp=768b511710b8c4e0fddd535c5daab2ec2674d61a Append "-I/usr/include/ncursesw" to CFLAGS. --- diff --git a/debian/rules b/debian/rules index 163676f..b8ac26a 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -CFLAGS = -Wall -g +CFLAGS = -Wall -g -I/usr/include/ncursesw ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0