diff options
author | Andrew Sun | 2018-08-09 13:01:05 -0400 |
---|---|---|
committer | Andrew Sun | 2018-08-09 13:01:05 -0400 |
commit | b1637d977cf4b040d31d2d40e0f990a4d5bb3fdc (patch) | |
tree | 1d6a9c09c85add5ae1a24f57e3abc7def54eaa60 /001-reaarange-compiler-detect.patch | |
download | aur-b1637d977cf4b040d31d2d40e0f990a4d5bb3fdc.tar.gz |
add mingw-w64-potrace (version 1.15)
Diffstat (limited to '001-reaarange-compiler-detect.patch')
-rw-r--r-- | 001-reaarange-compiler-detect.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/001-reaarange-compiler-detect.patch b/001-reaarange-compiler-detect.patch new file mode 100644 index 00000000000..8b18edc3b6a --- /dev/null +++ b/001-reaarange-compiler-detect.patch @@ -0,0 +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 +@@ -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]) + + dnl Also add CADD to the CFLAGS at configure time or compile time + AC_SUBST(CADD) |