1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/mail/vpopmail/files/patch-cdb-Makefile
Peter Pentchev deb73f82b0 Update to the last stable release, 5.4.13. In the process:
- temporarily disable the SpamAssassin patch, since vdelivermail was
  reorganized a bit;
- fix a couple of potential buffer bound problems;
- remove the unconditional -fPIC; we handle this ourselves for amd64.
2006-06-16 13:00:57 +00:00

12 lines
309 B
Plaintext

--- cdb/Makefile.orig Thu Jun 15 17:00:43 2006
+++ cdb/Makefile Thu Jun 15 17:01:23 2006
@@ -43,7 +43,7 @@
compile: \
warn-auto.sh conf-cc
( cat warn-auto.sh; \
- echo exec "`head -1 conf-cc`" -fPIC '-c $${1+"$$@"}' \
+ echo exec "`head -1 conf-cc`" '-c $${1+"$$@"}' \
) > compile
chmod 755 compile