1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/japanese/canna-server/files/patch-cmd-catdic-Imakefile
Norikatsu Shigemura bd76aa52e7 Fix NULL pointer reference issue of addwords/cannakill/catdic/chmoddic/
cpdic/delwords/lsdic/mkdic/mvdic/rmdic commands.

Approved by:	portmgr (pav)
2008-09-15 15:32:51 +00:00

12 lines
458 B
Plaintext

--- cmd/catdic/Imakefile.orig 2003-10-02 16:40:30.000000000 +0900
+++ cmd/catdic/Imakefile 2008-09-15 23:40:07.819285237 +0900
@@ -2,7 +2,7 @@
#include "../../Canna.conf"
#include "../cmd.tmpl"
- DEFINES = $(SIGNAL_DEFINES) $(ENGINE_DEFS)
+ DEFINES = $(SIGNAL_DEFINES) $(ENGINE_DEFS) -DUSE_VARARGS
INCLUDES = -I$(CANNAROOT)/include
SRCS = can.c rutil.c RKdelline.c
OBJS = can.o rutil.o RKdelline.o