From 5d65ddf31f4d2812b3e36d13ca9125992b9f91a5 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 30 Jul 2013 08:52:40 +0000 Subject: [PATCH] Fix build with clang While here trim headers --- security/razorback-api/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/security/razorback-api/Makefile b/security/razorback-api/Makefile index d77b910c0f43..9aa7fb73cda0 100644 --- a/security/razorback-api/Makefile +++ b/security/razorback-api/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: razorback-api -# Date created: 2011/06/8 -# Whom: Tom Judge -# +# Created: Tom Judge # $FreeBSD$ -# PORTNAME= api PORTVERSION= 0.5.0 @@ -35,6 +31,7 @@ USES= pathfix USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes +CFLAGS+= -Wno-cast-align CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib