diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2015-04-23 06:16:23 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | a8bc7e8ef047a7c2191a30968b68158a13b1b043 (patch) | |
tree | 3b9e6a679561c7e56becb48e47eb5b78efe7bb05 /libraries/libglpng/libglpng-1.45-extra_cflags.patch | |
parent | 53897510745f57b10474930e822b86ca4e9f2cd9 (diff) |
libraries/libglpng: Add two more patches (from fedora).
One for a CVE and another fix building against the newer libpng
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libglpng/libglpng-1.45-extra_cflags.patch')
-rw-r--r-- | libraries/libglpng/libglpng-1.45-extra_cflags.patch | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libraries/libglpng/libglpng-1.45-extra_cflags.patch b/libraries/libglpng/libglpng-1.45-extra_cflags.patch deleted file mode 100644 index 16dd4db3fb67..000000000000 --- a/libraries/libglpng/libglpng-1.45-extra_cflags.patch +++ /dev/null @@ -1,9 +0,0 @@ -diff -Nur libglpng-1.45.orig/Makefile libglpng-1.45/Makefile ---- libglpng-1.45.orig/Makefile 2008-03-27 19:33:50.000000000 -0500 -+++ libglpng-1.45/Makefile 2009-07-03 14:53:28.900650418 -0500 -@@ -1,4 +1,4 @@ --CFLAGS=-Wall -g -O3 -fPIC -I$(shell pwd)/include -+CFLAGS=-Wall -g $(EXTRA_CFLAGS) -I$(shell pwd)/include - LDFLAGS=-lpng -lGL - SHAREDLIBFLAGS=-shared - DESTDIR=/usr/local |