diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-10-19 08:31:06 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-10-19 08:31:06 +0000 |
commit | 5b00f83c0b3df83a331ec92837b2395ed05ed6bd (patch) | |
tree | 5e49383580d465b1f8e6d6aa8c24977cceba6cf5 | |
parent | e1a699937fad155d45b13077cf171947684f59a9 (diff) |
Notes
-rw-r--r-- | devel/libgtop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index ca5a1e1cb553..82aa1404f0b5 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -18,7 +18,7 @@ USES= gettext gmake pathfix pkgconfig perl5 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 |