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.
This commit is contained in:
parent
fc582c676b
commit
88f49b73ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120353
5 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue