Ticket #30796: patch-Makefile.diff

File patch-Makefile.diff, 353 bytes (added by roy@…, 13 years ago)

Patched patch file for Makefile; adds -Wno-return-type

  • Makefile

     
    6767# Add -DNO_MALLOC_DECL if your system does not like the malloc() declaration
    6868# in detex.l (reported by pinard@iro.umontreal.ca)
    6969#
    70 #DEFS   += ${DEFS} -DNO_MALLOC_DECL
     70DEFS    += -DNO_MALLOC_DECL -Wno-return-type
    7171#
    7272CFLAGS  = -O ${DEFS}
    7373