Ticket #30796: patch-Makefile.diff
File patch-Makefile.diff, 353 bytes (added by roy@…, 13 years ago) |
---|
-
Makefile
67 67 # Add -DNO_MALLOC_DECL if your system does not like the malloc() declaration 68 68 # in detex.l (reported by pinard@iro.umontreal.ca) 69 69 # 70 #DEFS += ${DEFS} -DNO_MALLOC_DECL 70 DEFS += -DNO_MALLOC_DECL -Wno-return-type 71 71 # 72 72 CFLAGS = -O ${DEFS} 73 73