pkgsrc/devel/pccts/patches/patch-ad

16 lines
359 B
Text
Raw Normal View History

2000-03-20 17:55:37 +01:00
$NetBSD: patch-ad,v 1.1 2000/03/20 16:55:37 agc Exp $
Use gcc in place of cc, mainly for Solaris.
--- support/genmk/makefile 2000/03/20 16:36:13 1.1
+++ support/genmk/makefile 2000/03/20 16:36:24
@@ -9,7 +9,7 @@
# see pccts/h/pcctscfg.h
#CFLAGS=-I../../h -DPC
CFLAGS=-I../../h
-CC=cc
+CC=gcc
BAG=../../bin/bag
genmk: $(OBJ) $(SRC) ../../h/pcctscfg.h