diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-06-11 12:32:44 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-06-11 12:32:44 +0000 |
commit | cee3a2fc9f55b4f700b02935be99886ffee075c6 (patch) | |
tree | 780a0f74943716d05a21ebd507ad32b091232401 /databases | |
parent | 3495fdae2cfc579f4c9c9f9708b84ecc19da3b59 (diff) | |
download | ports-cee3a2fc9f55b4f700b02935be99886ffee075c6.tar.gz ports-cee3a2fc9f55b4f700b02935be99886ffee075c6.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql41-server/Makefile | 3 | ||||
-rw-r--r-- | databases/mysql50-server/Makefile | 3 | ||||
-rw-r--r-- | databases/mysql51-server/Makefile | 3 | ||||
-rw-r--r-- | databases/mysql54-server/Makefile | 3 | ||||
-rw-r--r-- | databases/mysql55-server/Makefile | 3 | ||||
-rw-r--r-- | databases/mysql60-server/Makefile | 3 | ||||
-rw-r--r-- | databases/percona55-server/Makefile | 3 |
7 files changed, 14 insertions, 7 deletions
diff --git a/databases/mysql41-server/Makefile b/databases/mysql41-server/Makefile index ec4e83882f8f..16a1f0daf8e3 100644 --- a/databases/mysql41-server/Makefile +++ b/databases/mysql41-server/Makefile @@ -89,8 +89,9 @@ CFLAGS+= ${PTHREAD_CFLAGS} .if ${OSVERSION} < 500000 LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline -CFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CXX= ${CC} .endif .if defined(BUILD_OPTIMIZED) diff --git a/databases/mysql50-server/Makefile b/databases/mysql50-server/Makefile index f173ae2e955c..76138ff78ad9 100644 --- a/databases/mysql50-server/Makefile +++ b/databases/mysql50-server/Makefile @@ -90,8 +90,9 @@ CFLAGS+= ${PTHREAD_CFLAGS} .if ${OSVERSION} < 500000 LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline -CFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CXX= ${CC} .endif .if defined(BUILD_OPTIMIZED) diff --git a/databases/mysql51-server/Makefile b/databases/mysql51-server/Makefile index f173ae2e955c..76138ff78ad9 100644 --- a/databases/mysql51-server/Makefile +++ b/databases/mysql51-server/Makefile @@ -90,8 +90,9 @@ CFLAGS+= ${PTHREAD_CFLAGS} .if ${OSVERSION} < 500000 LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline -CFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CXX= ${CC} .endif .if defined(BUILD_OPTIMIZED) diff --git a/databases/mysql54-server/Makefile b/databases/mysql54-server/Makefile index f173ae2e955c..76138ff78ad9 100644 --- a/databases/mysql54-server/Makefile +++ b/databases/mysql54-server/Makefile @@ -90,8 +90,9 @@ CFLAGS+= ${PTHREAD_CFLAGS} .if ${OSVERSION} < 500000 LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline -CFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CXX= ${CC} .endif .if defined(BUILD_OPTIMIZED) diff --git a/databases/mysql55-server/Makefile b/databases/mysql55-server/Makefile index f173ae2e955c..76138ff78ad9 100644 --- a/databases/mysql55-server/Makefile +++ b/databases/mysql55-server/Makefile @@ -90,8 +90,9 @@ CFLAGS+= ${PTHREAD_CFLAGS} .if ${OSVERSION} < 500000 LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline -CFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CXX= ${CC} .endif .if defined(BUILD_OPTIMIZED) diff --git a/databases/mysql60-server/Makefile b/databases/mysql60-server/Makefile index f173ae2e955c..76138ff78ad9 100644 --- a/databases/mysql60-server/Makefile +++ b/databases/mysql60-server/Makefile @@ -90,8 +90,9 @@ CFLAGS+= ${PTHREAD_CFLAGS} .if ${OSVERSION} < 500000 LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline -CFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CXX= ${CC} .endif .if defined(BUILD_OPTIMIZED) diff --git a/databases/percona55-server/Makefile b/databases/percona55-server/Makefile index f173ae2e955c..76138ff78ad9 100644 --- a/databases/percona55-server/Makefile +++ b/databases/percona55-server/Makefile @@ -90,8 +90,9 @@ CFLAGS+= ${PTHREAD_CFLAGS} .if ${OSVERSION} < 500000 LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline -CFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CXX= ${CC} .endif .if defined(BUILD_OPTIMIZED) |