mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
synfig: update to 1.4.3
This commit is contained in:
parent
a5d5fd14c7
commit
0aa01597d8
2 changed files with 2 additions and 31 deletions
|
@ -1,29 +0,0 @@
|
||||||
Prevent synfig from filtering out the compiler’s '-g' option to produce debug
|
|
||||||
information.
|
|
||||||
|
|
||||||
--- a/configure 2021-07-28 17:11:56.000000000 +0200
|
|
||||||
+++ b/configure 2021-08-09 21:35:13.846748903 +0200
|
|
||||||
@@ -19613,8 +19613,8 @@
|
|
||||||
;;
|
|
||||||
no|*)
|
|
||||||
debug_flags="-DNDEBUG"
|
|
||||||
- CXXFLAGS="`echo $CXXFLAGS | sed 's:-g[a-z-]*\s::g' | sed 's:-g[a-z-]*$::'` $debug_flags"
|
|
||||||
- CFLAGS="`echo $CFLAGS | sed 's:-g[a-z-]*\s::g' | sed 's:-g[a-z-]*$::'` $debug_flags"
|
|
||||||
+ CXXFLAGS="$CXXFLAGS $debug_flags"
|
|
||||||
+ CFLAGS="$CFLAGS $debug_flags"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
--- a/m4/subs.m4 2021-07-12 17:45:48.000000000 +0200
|
|
||||||
+++ b/m4/subs.m4 2021-08-09 21:39:39.014802968 +0200
|
|
||||||
@@ -85,8 +85,8 @@
|
|
||||||
;;
|
|
||||||
no|*)
|
|
||||||
debug_flags="-DNDEBUG"
|
|
||||||
- CXXFLAGS="`echo $CXXFLAGS | sed 's:-g[[a-z-]]*\s::g' | sed 's:-g[[a-z-]]*$::'` $debug_flags"
|
|
||||||
- CFLAGS="`echo $CFLAGS | sed 's:-g[[a-z-]]*\s::g' | sed 's:-g[[a-z-]]*$::'` $debug_flags"
|
|
||||||
+ CXXFLAGS="$CXXFLAGS $debug_flags"
|
|
||||||
+ CFLAGS="$CFLAGS $debug_flags"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'synfig'
|
# Template file for 'synfig'
|
||||||
pkgname=synfig
|
pkgname=synfig
|
||||||
version=1.4.2
|
version=1.4.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib"
|
configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.synfig.org/"
|
homepage="http://www.synfig.org/"
|
||||||
distfiles="https://github.com/synfig/synfig/releases/download/v${version}/synfig-${version}.tar.gz"
|
distfiles="https://github.com/synfig/synfig/releases/download/v${version}/synfig-${version}.tar.gz"
|
||||||
checksum=e66688b908ab2f05f87cc5a364f958a1351f101ccab3b3ade33a926453002f4e
|
checksum=0c8d02ff6c77e468021a4497be34323d38246208d199ab1c3bbf65c9794752e7
|
||||||
|
|
||||||
CXXFLAGS="-std=c++11 -DHAVE_LOCALE_H=1"
|
CXXFLAGS="-std=c++11 -DHAVE_LOCALE_H=1"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue