diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2021-09-17 04:06:01 +1000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2021-09-17 04:06:01 +1000 |
commit | 827200a5960492b23d41b95ed04a441829b10fbe (patch) | |
tree | a22c9b0f6fb6cabe01d98511416e604677b76707 /graphics/libetonyek01/files/patch-configure | |
parent | graphics/libcdr01: update to 0.1.7 release (diff) |
graphics/libetonyek01: update to 0.1.10 release
Diffstat (limited to 'graphics/libetonyek01/files/patch-configure')
-rw-r--r-- | graphics/libetonyek01/files/patch-configure | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/libetonyek01/files/patch-configure b/graphics/libetonyek01/files/patch-configure new file mode 100644 index 000000000000..8a4512fe0824 --- /dev/null +++ b/graphics/libetonyek01/files/patch-configure @@ -0,0 +1,22 @@ +--- configure.orig 2021-05-15 12:08:28 UTC ++++ configure +@@ -1521,8 +1521,8 @@ Optional Features: + Optional Packages: + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) +- --with-mdds=1.5|1.4|1.2|1.0|0.x +- Specify which version of mdds to use (1.5 is the ++ --with-mdds=1.7|1.5|1.4|1.2|1.0|0.x ++ Specify which version of mdds to use (1.7 is the + default) + --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use + both] +@@ -3178,7 +3178,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + if test "${with_mdds+set}" = set; then : + withval=$with_mdds; + else +- with_mdds="1.5" ++ with_mdds="1.7" + fi + + |