14 lines
394 B
Plaintext
14 lines
394 B
Plaintext
$NetBSD: patch-ag,v 1.1 2005/06/04 10:44:29 wiz Exp $
|
|
|
|
--- libtemplate/util/Makefile.in.orig 2001-05-21 06:49:00.000000000 +0200
|
|
+++ libtemplate/util/Makefile.in
|
|
@@ -21,7 +21,7 @@ DEFS =
|
|
|
|
DEBUG =
|
|
INCLUDE = -I../include
|
|
-CFLAGS = $(DEFS) $(INCLUDE)
|
|
+CFLAGS = -D__STRICT_ANSI__ $(DEFS) $(INCLUDE)
|
|
|
|
LIBFILE = libutil.a
|
|
LIBDIR = ../lib
|