From aff2af37d11db026d6de0a55becc2414539ea4b4 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sat, 6 Jun 2015 17:39:36 +0200 Subject: [PATCH] halibut: set CFLAGS. --- srcpkgs/halibut/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/halibut/template b/srcpkgs/halibut/template index 130cd63e4ce..3ac6df7d892 100644 --- a/srcpkgs/halibut/template +++ b/srcpkgs/halibut/template @@ -1,8 +1,9 @@ # Template file for 'halibut' pkgname=halibut version=1.1 -revision=2 +revision=3 build_style=gnu-makefile +CFLAGS='-I../charset -I../build' disable_parallel_build=yes hostmakedepends="perl" if [ "$CROSS_BUILD" ]; then