Fix build with clang
While here trim headers
This commit is contained in:
parent
038fa4425d
commit
5d65ddf31f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323949
1 changed files with 2 additions and 5 deletions
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: razorback-api
|
||||
# Date created: 2011/06/8
|
||||
# Whom: Tom Judge <tom@tomjudge.com>
|
||||
#
|
||||
# Created: Tom Judge <tom@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
|
||||
|
||||
|
|
Loading…
Reference in a new issue