From 142cbfc47f3b3afd30f3ddf3bd9fc43b8f98eaeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 21 Aug 2023 21:57:40 +0700 Subject: [PATCH] mdds: update to 2.1.1. --- srcpkgs/mdds/patches/configure.patch | 12 ++++++++++-- srcpkgs/mdds/template | 9 ++------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/srcpkgs/mdds/patches/configure.patch b/srcpkgs/mdds/patches/configure.patch index e838ac27a9d..d546d750ac8 100644 --- a/srcpkgs/mdds/patches/configure.patch +++ b/srcpkgs/mdds/patches/configure.patch @@ -13,8 +13,6 @@ compilation terminated. Normally, this isn't an issue with the compiler itself, because we have a wrapper that discards bad -I flags, but we don't have a cpp wrapper. -diff --git a/configure.ac b/configure.ac -index 40569655..5a64324a 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,6 @@ AC_SUBST(QUICKCHECKDIR) @@ -25,3 +23,13 @@ index 40569655..5a64324a 100644 AC_CHECK_SIZEOF([void *]) CXXFLAGS="$CXXFLAGS -DSIZEOF_VOID_P=$ac_cv_sizeof_void_p" +--- a/configure ++++ b/configure +@@ -5237,7 +5237,6 @@ printf "%s\n" "#define HAVE_CXX17 1" >>c + + + CPPFLAGS="$CPPFLAGS -Wall -Wshadow -g -pedantic-errors" +-CPPFLAGS="$CPPFLAGS -I/usr/include -I/usr/local/include" + + + diff --git a/srcpkgs/mdds/template b/srcpkgs/mdds/template index 3ce27a1a395..60fa31cde55 100644 --- a/srcpkgs/mdds/template +++ b/srcpkgs/mdds/template @@ -5,22 +5,17 @@ # pkgname=mdds -version=2.0.3 +version=2.1.1 revision=1 build_style=gnu-configure -hostmakedepends="automake" checkdepends="boost-devel" short_desc="Collection of multi-dimensional data structures and indexing algorithms" maintainer="Enno Boland " license="MIT" homepage="https://gitlab.com/mdds/mdds" distfiles="http://kohei.us/files/mdds/src/mdds-${version}.tar.bz2" -checksum=9771fe42e133443c13ca187253763e17c8bc96a1a02aec9e1e8893367ffa9ce5 +checksum=8a3767f0a60c53261b5ebbaa717381446813aef8cf28fe9d0ea1371123bbe3f1 post_install() { vlicense LICENSE } - -pre_configure() { - autoreconf -fi -}