diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2004-10-27 22:29:19 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2004-10-27 22:29:19 +0000 |
commit | 88f49b73acbf86dac7412a1c764e33fa8f63fed9 (patch) | |
tree | 82b341ca485bbfd52aeefd6fa1be38cccbd3d940 /mail/dbmail-devel | |
parent | fc582c676bae5bbcbc010cb93244ef15258ca7e3 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=120353
Diffstat (limited to 'mail/dbmail-devel')
-rw-r--r-- | mail/dbmail-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/dbmail-devel/Makefile b/mail/dbmail-devel/Makefile index ce379a171139..6ea7763af4da 100644 --- a/mail/dbmail-devel/Makefile +++ b/mail/dbmail-devel/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 |