From b0b8ca31c4d50be8bb93e03ca10fab99285c156e Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 31 May 2013 00:35:21 +0200 Subject: [PATCH] newt: add crosscompiling patch Signed-off-by: Stephan Raue --- packages/devel/newt/patches/newt-libdir.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/devel/newt/patches/newt-libdir.patch diff --git a/packages/devel/newt/patches/newt-libdir.patch b/packages/devel/newt/patches/newt-libdir.patch new file mode 100644 index 0000000000..043b7ca686 --- /dev/null +++ b/packages/devel/newt/patches/newt-libdir.patch @@ -0,0 +1,12 @@ +diff -Naur newt-0.52.14/Makefile.in newt-0.52.14.patch/Makefile.in +--- newt-0.52.14/Makefile.in 2011-11-11 12:00:15.000000000 +0100 ++++ newt-0.52.14.patch/Makefile.in 2013-05-30 23:40:30.104284277 +0200 +@@ -5,7 +5,7 @@ + CPP = @CPP@ + CFLAGS = @CFLAGS@ + LDFLAGS = @LDFLAGS@ +-CPPFLAGS = -D_GNU_SOURCE -I/usr/include/slang @CPPFLAGS@ ++CPPFLAGS = -D_GNU_SOURCE @CPPFLAGS@ + GNU_LD = @GNU_LD@ + + VERSION = @VERSION@