mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
* configure doesn't test for minimum required OpenCL version (1.2). * GCC 4.2 doesn't give an error for compiler flag -qmkshrobj
14 lines
469 B
Diff
14 lines
469 B
Diff
qmkshrobj does not cause an error in the configure script with GCC 4.2.
|
|
Later, however, it does cause an error in the build phase with GFortran.
|
|
--- configure~ 2018-11-21 10:38:39.000000000 -0700
|
|
+++ configure 2019-01-27 12:16:37.000000000 -0700
|
|
@@ -68002,7 +68002,7 @@
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
-
|
|
+#error "-qmkshrobj should not work"
|
|
#include <stdio.h>
|
|
const char hw[] = "Hello, World\n";
|
|
int
|