Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/cad/jspice3/files/patch-conf_util_configure
16151 views
--- conf/util/configure.orig	2002-01-15 19:21:25 UTC
+++ conf/util/configure
@@ -805,11 +805,7 @@ else
 fi
 
 
-if test "$GCC" = yes; then
-    DEPEND_PROG="gcc -MM"
-else
-    DEPEND_PROG="cc -M"
-fi
+DEPEND_PROG="cc -MM"
 
 if test -x /usr/ucb/install; then
     INSTALL="/usr/ucb/install"