openbsd-ports/mail/archiveopteryx/patches/patch-Jamrules
landry f69d285399 Import archiveopteryx 3.1.3:
Archiveopteryx is a mail server system optimised for long-term storage
and heavy access. It comprises a set of server programs that provide
access to mail stored in a relational database (PostgreSQL).

With feedback from ajacoutot@ and JG Pailloncy, reads ok to ajacoutot@
2011-01-09 09:36:21 +00:00

14 lines
380 B
Plaintext

$OpenBSD: patch-Jamrules,v 1.1.1.1 2011/01/09 09:36:21 landry Exp $
--- Jamrules.orig Sun Mar 28 22:32:41 2010
+++ Jamrules Sun Mar 28 22:32:54 2010
@@ -30,9 +30,6 @@ else {
C++ = g++ ;
C++FLAGS += -W -Wall ;
BUILD = build/gcc ;
- if $(OPTIM) {
- BUILD = build/gcc$(OPTIM) ;
- }
if $(COV) {
C++FLAGS += -fprofile-arcs -ftest-coverage ;