summaryrefslogtreecommitdiff
path: root/converters/libetonyek/patches/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'converters/libetonyek/patches/patch-configure')
-rw-r--r--converters/libetonyek/patches/patch-configure15
1 files changed, 0 insertions, 15 deletions
diff --git a/converters/libetonyek/patches/patch-configure b/converters/libetonyek/patches/patch-configure
deleted file mode 100644
index 2bdc6eb023e..00000000000
--- a/converters/libetonyek/patches/patch-configure
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2018/02/02 23:55:20 ryoon Exp $
-
-* Fix POSIX shell portability issue
-
---- configure.orig 2017-10-23 08:03:59.000000000 +0000
-+++ configure
-@@ -19205,7 +19205,7 @@ CPPFLAGS="${saved_CPPFLAGS}"
- saved_CPPFLAGS="${CPPFLAGS}"
- CPPFLAGS="${GLM_CFLAGS} ${CPPFLAGS}"
- GLM_headers="glm/glm.hpp"
--if test "x$enable_tests" == "xyes"; then :
-+if test "x$enable_tests" = "xyes"; then :
- GLM_headers="$GLM_headers glm/gtx/io.hpp"
- fi
- for ac_header in $GLM_headers