freebsd-ports/archivers/star/files/patch-RULES_rules.cnf
Christian Weisgerber 40b75f97a9 * Fix a typo.
* Allow this to build with other compilers than "cc" or "gcc".
2002-07-21 00:43:29 +00:00

17 lines
392 B
INI

$FreeBSD$
--- RULES/rules.cnf.orig Sun Jul 21 02:26:12 2002
+++ RULES/rules.cnf Sun Jul 21 02:27:02 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))