pkgsrc/print/poster/patches/patch-ab

16 lines
442 B
Text
Raw Normal View History

$NetBSD: patch-ab,v 1.2 2007/06/06 11:05:21 markd Exp $
--- Makefile.orig 2002-08-30 04:15:37.000000000 +1200
+++ Makefile
@@ -1,8 +1,8 @@
-CFLAGS = -g -Wall
+#CFLAGS = -g -Wall
#CFLAGS = -O2 -Wall
poster: poster.c
- gcc $(CFLAGS) -o poster poster.c -lm
+ ${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,