Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2013 08:31:06 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330855 - head/devel/libgtop
Message-ID:  <201310190831.r9J8V6kL092392@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



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