Copied from Debian. Description: Disabling -prefer-non-pic which enables -fPIC Bug-Debian: http://bugs.debian.org/401590 Author: Daniel Baumann , Dmitrijs Ledkovs --- liba52/configure.incl | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) Index: a52dec-deb/liba52/configure.incl =================================================================== --- a52dec-deb.orig/liba52/configure.incl 2009-12-05 02:52:12.000000000 +0000 +++ a52dec-deb/liba52/configure.incl 2009-12-05 03:23:45.000000000 +0000 @@ -1,9 +1,6 @@ AC_SUBST([LIBA52_CFLAGS]) AC_SUBST([LIBA52_LIBS]) -dnl avoid -fPIC when possible -LIBA52_CFLAGS="$LIBA52_CFLAGS -prefer-non-pic" - AC_ARG_ENABLE([double], [ --enable-double use double-precision samples]) if test x"$enable_double" = x"yes"; then ption> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-11-14gnu: gd: Fix long patch filename.Vagrant Cascadian
This fixes the generation of a tarball with "make dist": tar: guix-1.3.0.10365-4c4f9/gnu/packages/patches/gd-Revert-fix-303-gdlib.pc-use-Requires-instead-of-Libs.patch: file name is too long (max 99); not dumped * gnu/packages/patches/gd-Revert-fix-303-gdlib.pc-use-Requires-instead-of-Libs.patch: Rename patch to ... * gnu/packages/patches/gd-Revert-fix-303-gdlib.pc.patch: ... this. * gnu/packages/gd.scm (gd)[source]: Update patch filename. * gnu/local.mk (dist_patch_DATA): Update patch filename.
2021-03-28gnu: gd: Patch away recent pkg-config files change that breaks php build.Léo Le Bouter
* gnu/packages/patches/gd-Revert-fix-303-gdlib.pc-use-Requires-instead-of-Libs.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gd.scm (gd): Apply patch.
2021-03-15gnu: gd: Update to 2.3.2.Efraim Flashner
* gnu/packages/gd.scm (gd): Update to 2.3.2. [arguments]: Adjust comment on custom 'disable-failing-test phase.
2020-11-30gnu: perl-gd: Update to 2.73.Tobias Geerinckx-Rice
* gnu/packages/gd.scm (perl-gd): Update to 2.73.