freebsd-ports/mail/openemm2013/files/patch-src__c__bav__GNUmakefile
Kurt Jaeger bc3fc9f856 New port: mail/openemm2013
OpenEMM is a feature-rich web-based enterprise application for email
marketing, newsletters and service mails (transaction mails and
event or time triggered mails). OpenEMM offers a great user interface,
sophisticated bounce management, link tracking, lots of graphical
realtime statistics, a CMS module and a scripting feature to implement
individual tasks.

OpenEMM is the first open source application for e-mail marketing.
Its code base has been developed since 1999 and is used - as part
of the commercial software product E-Marketing Manager (EMM) - by
companies like IBM, Daimler, Siemens and Deutsche Telekom.

OpenEMM offers already more than 95% of the functionality of most
commercial products and some features most commercial products do
not offer right now (for example MySQL support and CMS functionality).

WWW: http://www.openemm.org

PR:		196516
Submitted by:	Horst Leitenmueller <horst.leitenmueller@liwest.at>
2015-10-17 16:41:29 +00:00

19 lines
722 B
Text

--- src/c/bav/GNUmakefile.orig 2013-09-11 08:30:37 UTC
+++ src/c/bav/GNUmakefile
@@ -20,13 +20,13 @@
# Contributor(s): AGNITAS AG.
##################################################################################
-CC = gcc
-CFLAGS = -I../lib $(shell sa-config --cflags) -pthread
+CC = clang
+CFLAGS = -I../lib -I/usr/local/lib -I/usr/local/include $(shell sa-config --cflags) -pthread
LDFLAGS = -L../lib $(shell sa-config --ldflags) -pthread
# required for Ubuntu 9.10 by user request
LDFLAGS := $(LDFLAGS) -L/usr/lib/libmilter
#
-LIBS = -lagn -lmilter $(shell sa-config --libs)
+LIBS = -lagn -lmilter -lex $(shell sa-config --libs)
SRCBAV = bav.c cfg.c
SRCWRP = bavwrap.c store.c
OBJBAV = $(SRCBAV:%.c=%.o)