svn commit: r323949 - head/security/razorback-api

Baptiste Daroussin bapt at FreeBSD.org
Tue Jul 30 08:52:41 UTC 2013


Author: bapt
Date: Tue Jul 30 08:52:40 2013
New Revision: 323949
URL: http://svnweb.freebsd.org/changeset/ports/323949

Log:
  Fix build with clang
  While here trim headers

Modified:
  head/security/razorback-api/Makefile

Modified: head/security/razorback-api/Makefile
==============================================================================
--- head/security/razorback-api/Makefile	Tue Jul 30 08:25:29 2013	(r323948)
+++ head/security/razorback-api/Makefile	Tue Jul 30 08:52:40 2013	(r323949)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	razorback-api
-# Date created:				2011/06/8
-# Whom:					Tom Judge <tom at tomjudge.com>
-#
+# Created: Tom Judge <tom at tomjudge.com>
 # $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
 


More information about the svn-ports-head mailing list