2007-06-06 13:05:21 +02:00
|
|
|
$NetBSD: patch-ab,v 1.2 2007/06/06 11:05:21 markd Exp $
|
2004-08-20 03:16:21 +02:00
|
|
|
|
2007-06-06 13:05:21 +02:00
|
|
|
--- Makefile.orig 2002-08-30 04:15:37.000000000 +1200
|
|
|
|
+++ Makefile
|
|
|
|
@@ -1,8 +1,8 @@
|
|
|
|
-CFLAGS = -g -Wall
|
|
|
|
+#CFLAGS = -g -Wall
|
|
|
|
#CFLAGS = -O2 -Wall
|
|
|
|
|
2004-08-20 03:16:21 +02:00
|
|
|
poster: poster.c
|
2007-06-06 13:05:21 +02:00
|
|
|
- gcc $(CFLAGS) -o poster poster.c -lm
|
2004-08-20 03:16:21 +02:00
|
|
|
+ ${CC} ${CFLAGS} -o poster poster.c -lm
|
|
|
|
|
|
|
|
# HPUX: cc -O -Aa -D_POSIX_SOURCE -o poster poster.c -lm
|
|
|
|
# Note that this program might trigger a stupid bug in the HPUX C library,
|