diff options
author | seanc <seanc@FreeBSD.org> | 2004-10-28 06:29:19 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2004-10-28 06:29:19 +0800 |
commit | 116676ade38a19a8d4b77233a83b991e2da9de57 (patch) | |
tree | 782e0c2913cbeab2815efb383b20b38b04c4ce96 /mail/dbmail21 | |
parent | 7920f00450218b7c0adf3adaf28969827437f2f3 (diff) | |
download | freebsd-ports-gnome-116676ade38a19a8d4b77233a83b991e2da9de57.tar.gz freebsd-ports-gnome-116676ade38a19a8d4b77233a83b991e2da9de57.tar.zst freebsd-ports-gnome-116676ade38a19a8d4b77233a83b991e2da9de57.zip |
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/dbmail21')
-rw-r--r-- | mail/dbmail21/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/dbmail21/Makefile b/mail/dbmail21/Makefile index ce379a171139..6ea7763af4da 100644 --- a/mail/dbmail21/Makefile +++ b/mail/dbmail21/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 |