pkgsrc/time/cal/patches/patch-aa
jmmv f33e15d729 Fix build on SunOS and remove GCC specific bits.
From Jonathan Perkin in PR pkg/22929.
2003-09-24 10:53:36 +00:00

15 lines
336 B
Text

$NetBSD: patch-aa,v 1.3 2003/09/24 10:53:36 jmmv Exp $
--- makefile.unx.orig Mon Mar 4 21:36:27 1996
+++ makefile.unx Wed Sep 24 11:37:37 2003
@@ -7,8 +7,8 @@
# To use, enter "make -f makefile.unx"
RM=rm -f
-CC=gcc
-CFLAGS=-O -Wall -DUNIX -DUSE_REMINDER
+#CC=gcc
+CFLAGS+=-DUNIX -DUSE_REMINDER
BINDIR=/usr/bin
MANDIR=/usr/man