Fix configure and build with clang
This commit is contained in:
parent
23b1d47c1c
commit
f7b36c5105
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326484
1 changed files with 2 additions and 3 deletions
|
@ -13,14 +13,13 @@ COMMENT= Devel Library to share image and audio files between projects
|
|||
BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html
|
||||
LIB_DEPENDS= popt:${PORTSDIR}/devel/popt
|
||||
|
||||
USES= pkgconfig gettext
|
||||
USES= pkgconfig gettext gmake
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack lthack gnomeprefix glib20 libxml2
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
INFO= libassetml
|
||||
|
||||
|
|
Loading…
Reference in a new issue