Revision
139561
Author
khindenburg@macports.org
Date
2015-08-20 07:51:32 -0700 (Thu, 20 Aug 2015)

Log Message

calc: re-apply patch to use the right compiler

Modified Paths

Diff

Modified: trunk/dports/math/calc/files/patch-Makefile.diff (139560 => 139561)


--- trunk/dports/math/calc/files/patch-Makefile.diff	2015-08-20 14:49:28 UTC (rev 139560)
+++ trunk/dports/math/calc/files/patch-Makefile.diff	2015-08-20 14:51:32 UTC (rev 139561)
@@ -72,3 +72,14 @@
  # For Apple OS X: install fink from http://fink.sourceforge.net
  #		  and then do a 'fink install readline' and then use:
  #
+@@ -1209,8 +1212,8 @@
+ CCOPT= ${DEBUG}
+ CCMISC= ${DARWIN_ARCH}
+ #
+-LCC= clang
+-CC= ${PURIFY} ${LCC} ${CCWERR}
++LCC= ${CC}
++#CC= ${PURIFY} ${LCC} ${CCWERR}
+ #
+ # Darwin dynamic shared lib filenames
+ LIB_EXT:= .dylib