mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
5bb10c7a41
PR: 7616 Submitted by: lioux@gns.com.br
16 lines
413 B
Plaintext
16 lines
413 B
Plaintext
--- Makefile.in.ORIG Thu Jan 29 22:26:50 1998
|
|
+++ Makefile.in Thu Jan 29 22:30:35 1998
|
|
@@ -11,10 +11,10 @@
|
|
|
|
|
|
#DEFINES = $(HASSTRDUP) $(HASSTRERROR) $(DEFAULT_DOMAIN)
|
|
-DEFINES = @DEFS@
|
|
+DEFINES = @DEFS@ -DDEFAULT_DOMAIN=1 -DPIPECOMMAND='"/usr/sbin/sendmail -bs %s"'
|
|
LIBS = @LIBS@
|
|
|
|
-CFLAGS = $(DEFINES)
|
|
+CFLAGS = -O2 -Wall $(DEFINES)
|
|
|
|
FILES = bulk_mailer.README INSTALL bulk_mailer.c patchlevel.h Makefile
|
|
|