Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2013 10:24:11 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326484 - head/devel/libassetml
Message-ID:  <201309061024.r86AOBPT087296@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Sep  6 10:24:11 2013
New Revision: 326484
URL: http://svnweb.freebsd.org/changeset/ports/326484

Log:
  Fix configure and build with clang

Modified:
  head/devel/libassetml/Makefile

Modified: head/devel/libassetml/Makefile
==============================================================================
--- head/devel/libassetml/Makefile	Fri Sep  6 10:13:14 2013	(r326483)
+++ head/devel/libassetml/Makefile	Fri Sep  6 10:24:11 2013	(r326484)
@@ -13,14 +13,13 @@ COMMENT=	Devel Library to share image an
 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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309061024.r86AOBPT087296>