aboutsummaryrefslogtreecommitdiff
path: root/sysutils/freeipmi/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-24 13:51:17 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-24 13:51:17 +0000
commit2d396d372d28fdee81d2d2ec6fcd0c9b6d6d5dc6 (patch)
treedc8148218a0cf4728c47873a35aff220fadb634f /sysutils/freeipmi/Makefile
parent4e6f5bbf4dfeb7a49c2570e735f7027a2ece2449 (diff)
downloadports-2d396d372d28fdee81d2d2ec6fcd0c9b6d6d5dc6.tar.gz
ports-2d396d372d28fdee81d2d2ec6fcd0c9b6d6d5dc6.zip
8 ports categories: Remove $PTHREAD_LIBS
Categories: archivers, dns, french, japanese, news, port-mgmt, x11-wm The sysutils port was setting configure argument, so the text wasn't removed but the value of PTHREAD_LIBS was changed. approved by: PTHREAD blanket
Notes
Notes: svn path=/head/; revision=382100
Diffstat (limited to 'sysutils/freeipmi/Makefile')
-rw-r--r--sysutils/freeipmi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/freeipmi/Makefile b/sysutils/freeipmi/Makefile
index a9ae4ac49099..18792f62898c 100644
--- a/sysutils/freeipmi/Makefile
+++ b/sysutils/freeipmi/Makefile
@@ -24,7 +24,7 @@ CONFIGURE_ARGS= --disable-init-scripts \
--with-ipmi-monitoring-sdr-cache-dir=${CACHE_DIR}/ipmimonitoringsdrcache \
--with-ipmiseld-cache-dir=${CACHE_DIR}/ipmiseld \
--with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig
-CONFIGURE_ENV= PTHREAD_LIBS=-pthread ac_cv_path_CPP=${CPP}
+CONFIGURE_ENV= PTHREAD_LIBS=-lpthread ac_cv_path_CPP=${CPP}
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib