diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-01-04 20:37:30 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-01-04 20:37:30 +0000 |
commit | 90b8bb682d2a5970a6acb09384e5103d849c705d (patch) | |
tree | ff44bcf5a3a3949b9e3d3b7df91be1dd2f7ba755 /databases/postgresql83-server | |
parent | Don'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/postgresql83-server')
-rw-r--r-- | databases/postgresql83-server/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/databases/postgresql83-server/Makefile b/databases/postgresql83-server/Makefile index af375f59586e..2510b350ce1e 100644 --- a/databases/postgresql83-server/Makefile +++ b/databases/postgresql83-server/Makefile @@ -47,9 +47,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 \ |