mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
0874df9a06
(since I don't have ia64 nor amd64, I tested at least it doesn't break on i386.) Obtained from: NetBSD
14 lines
408 B
Plaintext
14 lines
408 B
Plaintext
Index: sieve/Makefile.in
|
|
diff -u sieve/Makefile.in.orig sieve/Makefile.in
|
|
--- sieve/Makefile.in.orig Sun Jul 13 23:40:05 2003
|
|
+++ sieve/Makefile.in Mon Mar 8 01:38:00 2004
|
|
@@ -35,7 +35,7 @@
|
|
|
|
DEFS = @DEFS@
|
|
CPPFLAGS = -I. -I.. -I$(srcdir) -I$(srcdir)/../lib @COM_ERR_CPPFLAGS@ @CPPFLAGS@ @SASLFLAGS@
|
|
-CFLAGS = @CFLAGS@
|
|
+CFLAGS = @CFLAGS@ @PERL_CCCDLFLAGS@
|
|
LDFLAGS = @LDFLAGS@
|
|
|
|
MAKEDEPEND = @MAKEDEPEND@
|