From 8e88e71045f90ce80d6c2a9d4d3a12cc56ccee0c Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 18 Mar 2024 13:12:44 +0100 Subject: [PATCH] Remove obsolete patches for boost --- boost/android-aarch64/no-versioned-shlibs.patch | 11 ----------- boost/android-armv7a-eabi/no-versioned-shlibs.patch | 11 ----------- boost/android-x86-64/no-versioned-shlibs.patch | 11 ----------- boost/android-x86/no-versioned-shlibs.patch | 11 ----------- 4 files changed, 44 deletions(-) delete mode 100644 boost/android-aarch64/no-versioned-shlibs.patch delete mode 100644 boost/android-armv7a-eabi/no-versioned-shlibs.patch delete mode 100644 boost/android-x86-64/no-versioned-shlibs.patch delete mode 100644 boost/android-x86/no-versioned-shlibs.patch diff --git a/boost/android-aarch64/no-versioned-shlibs.patch b/boost/android-aarch64/no-versioned-shlibs.patch deleted file mode 100644 index 96459ea0..00000000 --- a/boost/android-aarch64/no-versioned-shlibs.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- boostcpp.jam.old 2018-08-01 22:50:40.000000000 +0200 -+++ boostcpp.jam 2018-10-07 01:48:30.175912524 +0200 -@@ -154,7 +154,7 @@ - # libFoo.1.2.3.dylib format. AIX linkers do not accept version suffixes - # either. Pgi compilers can not accept a library with version suffix. - if $(type) = SHARED_LIB && -- ! [ $(property-set).get ] in windows cygwin darwin aix && -+ ! [ $(property-set).get ] in windows cygwin darwin aix android && - ! [ $(property-set).get ] in pgi - { - result = $(result).$(BOOST_VERSION) ; diff --git a/boost/android-armv7a-eabi/no-versioned-shlibs.patch b/boost/android-armv7a-eabi/no-versioned-shlibs.patch deleted file mode 100644 index 96459ea0..00000000 --- a/boost/android-armv7a-eabi/no-versioned-shlibs.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- boostcpp.jam.old 2018-08-01 22:50:40.000000000 +0200 -+++ boostcpp.jam 2018-10-07 01:48:30.175912524 +0200 -@@ -154,7 +154,7 @@ - # libFoo.1.2.3.dylib format. AIX linkers do not accept version suffixes - # either. Pgi compilers can not accept a library with version suffix. - if $(type) = SHARED_LIB && -- ! [ $(property-set).get ] in windows cygwin darwin aix && -+ ! [ $(property-set).get ] in windows cygwin darwin aix android && - ! [ $(property-set).get ] in pgi - { - result = $(result).$(BOOST_VERSION) ; diff --git a/boost/android-x86-64/no-versioned-shlibs.patch b/boost/android-x86-64/no-versioned-shlibs.patch deleted file mode 100644 index 96459ea0..00000000 --- a/boost/android-x86-64/no-versioned-shlibs.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- boostcpp.jam.old 2018-08-01 22:50:40.000000000 +0200 -+++ boostcpp.jam 2018-10-07 01:48:30.175912524 +0200 -@@ -154,7 +154,7 @@ - # libFoo.1.2.3.dylib format. AIX linkers do not accept version suffixes - # either. Pgi compilers can not accept a library with version suffix. - if $(type) = SHARED_LIB && -- ! [ $(property-set).get ] in windows cygwin darwin aix && -+ ! [ $(property-set).get ] in windows cygwin darwin aix android && - ! [ $(property-set).get ] in pgi - { - result = $(result).$(BOOST_VERSION) ; diff --git a/boost/android-x86/no-versioned-shlibs.patch b/boost/android-x86/no-versioned-shlibs.patch deleted file mode 100644 index 96459ea0..00000000 --- a/boost/android-x86/no-versioned-shlibs.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- boostcpp.jam.old 2018-08-01 22:50:40.000000000 +0200 -+++ boostcpp.jam 2018-10-07 01:48:30.175912524 +0200 -@@ -154,7 +154,7 @@ - # libFoo.1.2.3.dylib format. AIX linkers do not accept version suffixes - # either. Pgi compilers can not accept a library with version suffix. - if $(type) = SHARED_LIB && -- ! [ $(property-set).get ] in windows cygwin darwin aix && -+ ! [ $(property-set).get ] in windows cygwin darwin aix android && - ! [ $(property-set).get ] in pgi - { - result = $(result).$(BOOST_VERSION) ;