summaryrefslogtreecommitdiffstats
path: root/mail/dbmail22
diff options
context:
space:
mode:
authorseanc <seanc@FreeBSD.org>2004-10-27 22:29:19 +0000
committerseanc <seanc@FreeBSD.org>2004-10-27 22:29:19 +0000
commit116676ade38a19a8d4b77233a83b991e2da9de57 (patch)
tree782e0c2913cbeab2815efb383b20b38b04c4ce96 /mail/dbmail22
parent7920f00450218b7c0adf3adaf28969827437f2f3 (diff)
downloadFreeBSD-ports-116676ade38a19a8d4b77233a83b991e2da9de57.zip
FreeBSD-ports-116676ade38a19a8d4b77233a83b991e2da9de57.tar.gz
dbmail 2.0.0 needs -fPIC set in order to be sodomized by libtool on amd64.
Set this universally since it's quite plausible that other 64bit platforms may need this. Don't bump the port version since it wasn't installable on the systems that would need the portversion bump.
Diffstat (limited to 'mail/dbmail22')
-rw-r--r--mail/dbmail22/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/dbmail22/Makefile b/mail/dbmail22/Makefile
index ce379a1..6ea7763 100644
--- a/mail/dbmail22/Makefile
+++ b/mail/dbmail22/Makefile
@@ -21,6 +21,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX}
USE_GMAKE= YES
USE_OPENSSL= YES
+CFLAGS += -fPIC
.if defined(WITH_POSTGRESQL)
CONFIGURE_ARGS+= --with-pgsql
LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql7
OpenPOWER on IntegriCloud