svn commit: r437591 - head/misc/metalink-tools
Baptiste Daroussin
bapt at FreeBSD.org
Mon Apr 3 07:02:07 UTC 2017
Author: bapt
Date: Mon Apr 3 07:02:06 2017
New Revision: 437591
URL: https://svnweb.freebsd.org/changeset/ports/437591
Log:
Fix build with new sigc++20
Modified:
head/misc/metalink-tools/Makefile
Modified: head/misc/metalink-tools/Makefile
==============================================================================
--- head/misc/metalink-tools/Makefile Mon Apr 3 06:37:05 2017 (r437590)
+++ head/misc/metalink-tools/Makefile Mon Apr 3 07:02:06 2017 (r437591)
@@ -21,10 +21,9 @@ LIB_DEPENDS= libgcrypt.so:security/libgc
USE_GNOME= glib20
GNU_CONFIGURE= yes
-USES= pkgconfig
+USES= compiler:c++11-lang localbase pkgconfig
+USE_CXXSTD= c++11
CONFIGURE_ENV+= AWK="${AWK}"
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
PORTDOCS= README
PLIST_FILES= bin/${PORTNAME}
More information about the svn-ports-all
mailing list