summaryrefslogtreecommitdiff
path: root/databases/postgresql91-server
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2010-01-04 20:37:30 +0000
committerAlex Dupre <ale@FreeBSD.org>2010-01-04 20:37:30 +0000
commit90b8bb682d2a5970a6acb09384e5103d849c705d (patch)
treeff44bcf5a3a3949b9e3d3b7df91be1dd2f7ba755 /databases/postgresql91-server
parentDon't link unneeded PTHREAD_LIBS. This fixes php extensions and apache modules. (diff)
PTHREAD_[CFLAGS|LDFLAGS] are already set in CONFIGURE_ENV.
Approved by: portmgr and maintainer timeout (1 month)
Notes
Notes: svn path=/head/; revision=247147
Diffstat (limited to 'databases/postgresql91-server')
-rw-r--r--databases/postgresql91-server/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile
index c8f76385a87d..12cf4143ca56 100644
--- a/databases/postgresql91-server/Makefile
+++ b/databases/postgresql91-server/Makefile
@@ -46,9 +46,6 @@ CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
-CFLAGS+= ${PTHREAD_CFLAGS}
-LDFLAGS+= ${PTHREAD_LIBS}
-
PLIST= ${PKGDIR}/pkg-plist${PKGNAMESUFFIX}
BUILD_DIRS?= src/port src/timezone src/backend src/backend/utils/mb/conversion_procs \