From f7bca7e02fc6b6e9d3c8170deb4563758d45fb3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 20 Jul 2018 15:08:58 +0200 Subject: [PATCH] libffi: rebuild for gcc stdc++ dropping gcc4 compat --- srcpkgs/libffi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libffi/template b/srcpkgs/libffi/template index 5ed214f0697..f4f2ae778d0 100644 --- a/srcpkgs/libffi/template +++ b/srcpkgs/libffi/template @@ -1,7 +1,7 @@ # Template file for 'libffi' pkgname=libffi version=3.2.1 -revision=4 +revision=5 build_style=gnu-configure configure_args="--includedir=/usr/include --with-pic" short_desc="Library supporting Foreign Function Interfaces"