diff options
Diffstat (limited to '')
| -rw-r--r-- | security/drweb-sendmail/files/patch-ab | 26 | 
1 files changed, 17 insertions, 9 deletions
| diff --git a/security/drweb-sendmail/files/patch-ab b/security/drweb-sendmail/files/patch-ab index e8a1187bc61f..93368ec5f42d 100644 --- a/security/drweb-sendmail/files/patch-ab +++ b/security/drweb-sendmail/files/patch-ab @@ -1,11 +1,19 @@ ---- src/Makefile.bsd.orig	Tue Oct 16 19:03:59 2001 -+++ src/Makefile.bsd	Tue Feb 12 01:07:07 2002 -@@ -63,7 +63,7 @@ +--- src/Makefile.nix.orig	Mon Mar 18 20:43:19 2002 ++++ src/Makefile.nix	Fri May 10 11:53:25 2002 +@@ -18,7 +18,6 @@ + CC_AIX          = cc_r + CC_Solaris_GNU  = gcc + CC_Solaris_SUN  = cc +-CC              = $(CC_$(OS)$(ENV)) - .c.o:  - 	$(CC) -c $(ADD_CFLAGS) -D__SIGNAL_BASED_DW $< --	$(CC) -c $(ADD_CFLAGS) -D__THREAD_BASED_DW $< -o ${.PREFIX}_r.o -+	$(CC) -c $(ADD_CFLAGS) -D__THREAD_BASED_DW -D_THREAD_SAFE $< -o ${.PREFIX}_r.o + # OS-specific compilation flags + ADDF_AIX        = -qmaxmem=16384 -DNO_VSYSLOG -DNO_SNPRINTF -DNOT_GCC_DW -I../addons/aix/include +@@ -31,7 +30,7 @@ + # Common flags + OPTFLAGS        = ___OPT_FLAGS___ + DEFFLAGS        = -D__UNIX_DW -D$(OS)_DW  +-INCFLAGS        = -I./include -I./src ++INCFLAGS        = -I./src + ADD_CFLAGS      = $(OPTFLAGS) $(DEFFLAGS) $(INCFLAGS) $(ADDFLAGS) - clean: - 	rm -f *.bak *~ *.err *.o ../lib/libdwclient*.a ../include/*.h + SRCS	= \ | 
