summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2004-10-27 22:29:19 +0000
committerSean Chittenden <seanc@FreeBSD.org>2004-10-27 22:29:19 +0000
commit88f49b73acbf86dac7412a1c764e33fa8f63fed9 (patch)
tree82b341ca485bbfd52aeefd6fa1be38cccbd3d940
parentUpgrade to the latest snapshot. (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
-rw-r--r--mail/dbmail-devel/Makefile1
-rw-r--r--mail/dbmail/Makefile1
-rw-r--r--mail/dbmail20/Makefile1
-rw-r--r--mail/dbmail21/Makefile1
-rw-r--r--mail/dbmail22/Makefile1
5 files changed, 5 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
diff --git a/mail/dbmail/Makefile b/mail/dbmail/Makefile
index ce379a171139..6ea7763af4da 100644
--- a/mail/dbmail/Makefile
+++ b/mail/dbmail/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
diff --git a/mail/dbmail20/Makefile b/mail/dbmail20/Makefile
index ce379a171139..6ea7763af4da 100644
--- a/mail/dbmail20/Makefile
+++ b/mail/dbmail20/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
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
diff --git a/mail/dbmail22/Makefile b/mail/dbmail22/Makefile
index ce379a171139..6ea7763af4da 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