summarylogtreecommitdiffstats
path: root/001-reaarange-compiler-detect.patch
diff options
context:
space:
mode:
authorAndrew Sun2019-09-18 12:53:10 -0400
committerAndrew Sun2019-09-18 12:53:10 -0400
commit13a88ee8f7a46c548f5a889734d5f863491293c2 (patch)
tree8ad21664a0a88cd4e7a62beacf51fdf3d0f68e5e /001-reaarange-compiler-detect.patch
parentb1637d977cf4b040d31d2d40e0f990a4d5bb3fdc (diff)
downloadaur-13a88ee8f7a46c548f5a889734d5f863491293c2.tar.gz
mingw-w64-potrace: update to 1.16
Diffstat (limited to '001-reaarange-compiler-detect.patch')
-rw-r--r--001-reaarange-compiler-detect.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/001-reaarange-compiler-detect.patch b/001-reaarange-compiler-detect.patch
index 8b18edc3b6ac..36e53671f648 100644
--- a/001-reaarange-compiler-detect.patch
+++ b/001-reaarange-compiler-detect.patch
@@ -1,11 +1,11 @@
---- potrace-1.15/configure.ac.orig 2017-12-01 07:10:43.783207400 +0300
-+++ potrace-1.15/configure.ac 2017-12-01 07:10:59.491835900 +0300
+--- potrace-1.16.orig/configure.ac 2019-09-18 12:50:43.155641076 -0400
++++ potrace-1.16/configure.ac 2019-09-18 12:51:00.662534103 -0400
@@ -28,7 +28,7 @@
dnl figure out compiler options
dnl Check for compiler
-AC_PROG_CC([clang gcc cc c99 mgcc c89 pcc opencc sunc99 suncc])
+AC_PROG_CC([gcc cc c99 mgcc c89 pcc opencc sunc99 suncc clang])
+ AC_USE_SYSTEM_EXTENSIONS
dnl Also add CADD to the CFLAGS at configure time or compile time
- AC_SUBST(CADD)