summarylogtreecommitdiffstats
path: root/gl.patch
diff options
context:
space:
mode:
authorLubosz Sarnecki2015-07-02 17:15:24 +0200
committerLubosz Sarnecki2015-07-02 17:15:24 +0200
commit92f56a0ffd80312bb5eae847fa508b72954e048c (patch)
treefbcfcdb3e68a73af8842fa06e7a5702d9931b1a9 /gl.patch
parent62faa346d62da52e7c5b1f375092e9c955e869ff (diff)
downloadaur-92f56a0ffd80312bb5eae847fa508b72954e048c.tar.gz
fix gcc 5.1 build. use git patches.
Diffstat (limited to 'gl.patch')
-rw-r--r--gl.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/gl.patch b/gl.patch
deleted file mode 100644
index b435f489d729..000000000000
--- a/gl.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/examples/Makefile.am b/examples/Makefile.am
-index 20e925a..93fbebb 100644
---- a/examples/Makefile.am
-+++ b/examples/Makefile.am
-@@ -41,7 +41,7 @@ webpmux_LDADD = libexampleutil.la ../src/mux/libwebpmux.la ../src/libwebp.la
-
- vwebp_SOURCES = vwebp.c
- vwebp_CPPFLAGS = $(AM_CPPFLAGS) $(USE_EXPERIMENTAL_CODE) $(GL_INCLUDES)
--vwebp_LDADD = libexampleutil.la ../src/demux/libwebpdemux.la $(GL_LIBS)
-+vwebp_LDADD = libexampleutil.la ../src/demux/libwebpdemux.la $(GL_LIBS) -lGL
-
- if BUILD_LIBWEBPDECODER
- dwebp_LDADD += ../src/libwebpdecoder.la