freebsd-ports/sysutils/sdd/files/patch-RULES_rules.cnf
Christian Weisgerber 87e9ead15d * We are FreeBSD, duh.
* Twiddle CFLAGS passing.
* Allow this to build with compilers other than "cc" or "gcc".
2002-07-21 01:05:14 +00:00

17 lines
392 B
INI

$FreeBSD$
--- RULES/rules.cnf.orig Sun Jul 21 02:51:42 2002
+++ RULES/rules.cnf Sun Jul 21 02:52:14 2002
@@ -33,8 +33,9 @@
#
# Hack until the <mach>-<os>-*cc.rul files are updated
#
-_HCCCOM= $(OARCH:%-gcc=gcc)
-HCCCOM= $(_HCCCOM:%-cc=cc)
+#_HCCCOM= $(OARCH:%-gcc=gcc)
+#HCCCOM= $(_HCCCOM:%-cc=cc)
+HCCCOM= $(C_ARCH)
_CCCOM= $(_UNIQ)$(CCCOM)
__CCCOM= $(_CCCOM:$(_UNIQ)=$(HCCCOM))