svn commit: r330855 - head/devel/libgtop
Koop Mast
kwm at FreeBSD.org
Sat Oct 19 08:31:06 UTC 2013
Author: kwm
Date: Sat Oct 19 08:31:06 2013
New Revision: 330855
URL: http://svnweb.freebsd.org/changeset/ports/330855
Log:
Fix build on 11.0-CURRENT.
PR: ports/183083
Submitted by: sergio <lenzi.sergio at gmail.com>
Modified:
head/devel/libgtop/Makefile
Modified: head/devel/libgtop/Makefile
==============================================================================
--- head/devel/libgtop/Makefile Sat Oct 19 08:27:56 2013 (r330854)
+++ head/devel/libgtop/Makefile Sat Oct 19 08:31:06 2013 (r330855)
@@ -18,7 +18,7 @@ USES= gettext gmake pathfix pkgconfig p
USE_GNOME= gnomeprefix glib20 ltverhack intlhack
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
-CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_NET_IF_VAR_H
+CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_NET_IF_VAR_H -D_WANT_IFADDR
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-introspection
More information about the svn-ports-all
mailing list