109c711600
Includes a number of patches to fix build on DragonFlyBSD. Changes since 4.17.2: Glimpse 4.18.0 has new configure script generated by autoconf 2.57 - may fix compilation problems on FreeBSD
13 lines
394 B
Text
13 lines
394 B
Text
$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
|