diff options
author | Romain Naour <romain.naour@openwide.fr> | 2014-12-21 00:50:59 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-12-21 13:09:19 +0100 |
commit | c7007963882baa61361a9905771a68077ae2d695 (patch) | |
tree | 26cc1b6112d370ec305b2234f24b1def74e3f1a4 /package/perl-gd/perl-gd-02-lgd.patch | |
parent | 857cba81104693f6d0114107d22eaf8b88d236e4 (diff) | |
download | buildroot-c7007963882baa61361a9905771a68077ae2d695.tar.gz buildroot-c7007963882baa61361a9905771a68077ae2d695.zip |
package/perl-gd: rename patches to follow the new name convention
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/perl-gd/perl-gd-02-lgd.patch')
-rw-r--r-- | package/perl-gd/perl-gd-02-lgd.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/package/perl-gd/perl-gd-02-lgd.patch b/package/perl-gd/perl-gd-02-lgd.patch deleted file mode 100644 index 4a69c2ae8e..0000000000 --- a/package/perl-gd/perl-gd-02-lgd.patch +++ /dev/null @@ -1,28 +0,0 @@ -refactor -lgd in @LIBS - -Signed-off-by: Francois Perrad <francois.perrad@gadz.org> -see https://github.com/lstein/Perl-GD/pull/7 - -Index: b/Makefile.PL -=================================================================== ---- a/Makefile.PL -+++ b/Makefile.PL -@@ -34,9 +34,9 @@ - END - } - -+push @LIBS, "-lgd"; - @INC = qw(-I/usr/include -I/usr/include/gd) unless @INC; - @LIBPATH = qw(-L/usr/lib/X11 -L/usr/X11R6/lib -L/usr/X11/lib -L/usr/lib) unless @LIBPATH; --@LIBS = qw(-lgd) unless @LIBS; - - # support for AMD64 libraries - if (-d '/usr/lib64') { -@@ -291,7 +291,6 @@ - @$LIBPATH = map {s/^-L// && "-L$_"} split /\s+/,$ldflags; - @$LIBS = split /\s+/,$libs; - -- push @$LIBS,"-lgd"; - push @$LIBPATH,"-L$libdir"; - ($$lib_gd_path = $libdir) =~ s!/[^/]+$!!; - $$options = $features; |