aboutsummaryrefslogtreecommitdiff
path: root/sysutils/sdd/files/patch-RULES_rules.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/sdd/files/patch-RULES_rules.cnf')
-rw-r--r--sysutils/sdd/files/patch-RULES_rules.cnf17
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/sdd/files/patch-RULES_rules.cnf b/sysutils/sdd/files/patch-RULES_rules.cnf
new file mode 100644
index 000000000000..914eb9523558
--- /dev/null
+++ b/sysutils/sdd/files/patch-RULES_rules.cnf
@@ -0,0 +1,17 @@
+
+$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))