diff options
author | kwm <kwm@FreeBSD.org> | 2013-10-19 16:31:06 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-10-19 16:31:06 +0800 |
commit | 4ee9ccbdb52986132dec418de01b5bbe4917a27e (patch) | |
tree | 5e49383580d465b1f8e6d6aa8c24977cceba6cf5 /devel | |
parent | 05f2bc30e08213c777ef63a6220fe0002e53b0e0 (diff) | |
download | freebsd-ports-gnome-4ee9ccbdb52986132dec418de01b5bbe4917a27e.tar.gz freebsd-ports-gnome-4ee9ccbdb52986132dec418de01b5bbe4917a27e.tar.zst freebsd-ports-gnome-4ee9ccbdb52986132dec418de01b5bbe4917a27e.zip |
Fix build on 11.0-CURRENT.
PR: ports/183083
Submitted by: sergio <lenzi.sergio@gmail.com>
Diffstat (limited to 'devel')
-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 |