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