mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
23 lines
549 B
Plaintext
23 lines
549 B
Plaintext
$NetBSD: patch-aa,v 1.4 2006/05/02 19:06:45 wiz Exp $
|
|
|
|
--- Makefile.orig 2005-10-09 03:30:24.000000000 +0200
|
|
+++ Makefile
|
|
@@ -41,14 +41,14 @@ SYSTEM = -DSYSV=1
|
|
OPT = -O
|
|
# For MWC 3.0 on the Atari ST, use:
|
|
#CFLAGS = -VCOMPAC -VPEEP
|
|
-CFLAGS = $(OPT) $(SYSTEM)
|
|
+CFLAGS += ${SYSTEM}
|
|
|
|
# GNU's gcc is very nice, if you've got it. Otherwise just cc.
|
|
#CC = cgcc -mshort -mbaserel
|
|
-CC = cc
|
|
+#CC = cc
|
|
|
|
# tmclock is only needed on Unix systems...
|
|
-TMCLOCK = tmclock.o
|
|
+#TMCLOCK = tmclock.o
|
|
|
|
# Integer-only stdio routines for Atari ST.
|
|
#LIBS=-liio16
|