svn commit: r381570 - head/devel/libgtop

Gleb Smirnoff glebius at FreeBSD.org
Wed Mar 18 16:18:23 UTC 2015


Author: glebius (src committer)
Date: Wed Mar 18 16:18:22 2015
New Revision: 381570
URL: https://svnweb.freebsd.org/changeset/ports/381570
QAT: https://qat.redports.org/buildarchive/r381570/

Log:
  These compiler flags are not needed after r371082.
  
  Sponsored by:	Nginx, Inc.

Modified:
  head/devel/libgtop/Makefile

Modified: head/devel/libgtop/Makefile
==============================================================================
--- head/devel/libgtop/Makefile	Wed Mar 18 16:17:00 2015	(r381569)
+++ head/devel/libgtop/Makefile	Wed Mar 18 16:18:22 2015	(r381570)
@@ -18,7 +18,6 @@ USES=		gettext gmake libtool makeinfo pa
 USE_GNOME=	gnomeprefix glib20 intlhack introspection:build
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include -DHAVE_NET_IF_VAR_H -D_WANT_IFADDR
 LDFLAGS+=	-L${LOCALBASE}/lib -lutil
 INSTALL_TARGET=	install-strip
 CONFIGURE_ARGS=	--enable-introspection


More information about the svn-ports-head mailing list