summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-07-11 23:20:19 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-07-12 08:49:44 +0200
commit99b68c7b6f6871337ea94547b6bb9910a6f68e8b (patch)
tree6395f7b31940215974798ed412d3b521c782a545 /app-text/libetonyek/files
parentapp-shells/zsh-5.5.1-r1: arm64 stable (bug #660862) (diff)
downloadgentoo-99b68c7b6f6871337ea94547b6bb9910a6f68e8b.tar.gz
gentoo-99b68c7b6f6871337ea94547b6bb9910a6f68e8b.tar.bz2
gentoo-99b68c7b6f6871337ea94547b6bb9910a6f68e8b.zip
app-text/libetonyek: Fix configure with USE=test
Upstream forgot to remove an obsolete header check. Closes: https://bugs.gentoo.org/657820 Package-Manager: Portage-2.3.42, Repoman-2.3.9
Diffstat (limited to 'app-text/libetonyek/files')
-rw-r--r--app-text/libetonyek/files/libetonyek-0.1.8-glm-0.9.9.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-text/libetonyek/files/libetonyek-0.1.8-glm-0.9.9.patch b/app-text/libetonyek/files/libetonyek-0.1.8-glm-0.9.9.patch
new file mode 100644
index 000000000000..db78fa81d471
--- /dev/null
+++ b/app-text/libetonyek/files/libetonyek-0.1.8-glm-0.9.9.patch
@@ -0,0 +1,12 @@
+Gentoo-bug: https://bugs.gentoo.org/657820
+
+--- a/configure.ac 2018-03-18 14:51:31.000000000 +0100
++++ b/configure.ac 2018-07-11 23:13:14.901127036 +0200
+@@ -119,7 +119,6 @@
+ saved_CPPFLAGS="${CPPFLAGS}"
+ CPPFLAGS="${GLM_CFLAGS} ${CPPFLAGS}"
+ GLM_headers="glm/glm.hpp"
+-AS_IF([test "x$enable_tests" == "xyes"], [GLM_headers="$GLM_headers glm/gtx/io.hpp"], [])
+ AC_CHECK_HEADERS(
+ [$GLM_headers],
+ [],