summaryrefslogtreecommitdiff
path: root/devel/pccts/patches/patch-aa
blob: ebcd737edd0234ffab2d0262c0eb01ef84489927 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-aa,v 1.1 2000/03/20 16:55:37 agc Exp $

Use gcc instead of cc, mainly for Solaris.

--- antlr/makefile	2000/03/20 16:33:12	1.1
+++ antlr/makefile	2000/03/20 16:33:29
@@ -164,7 +164,7 @@
 #
 #   UNIX  (default)
 #
-CC=cc
+CC=gcc
 ANTLR=../bin/antlr
 DLG=../bin/dlg
 OBJ_EXT=o