summaryrefslogtreecommitdiff
path: root/textproc/detex/patches/patch-aa
blob: ed8e6488f37afc3c0272691597c4d35449eac961 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-aa,v 1.2 2004/06/01 20:42:18 shannonjr Exp $

--- Makefile.orig	1999-05-12 11:45:55.000000000 -0600
+++ Makefile
@@ -35,9 +35,9 @@ DEFS	=
 # Add -DNO_MALLOC_DECL if your system does not like the malloc() declaration
 # in detex.l (reported by pinard@iro.umontreal.ca)
 #
-#DEFS	+= ${DEFS} -DNO_MALLOC_DECL
+DEFS	+= -DNO_MALLOC_DECL
 #
-CFLAGS	= -O ${DEFS}
+CFLAGS	+= ${DEFS}
 
 # Use your favorite lexical scanner
 #