aboutsummaryrefslogtreecommitdiff
path: root/textproc/estraier
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-24 17:09:58 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-24 17:09:58 +0000
commit28ca5b96a23102bc508dd441fedf3cdf3eef313f (patch)
tree8bff0e951ded629b0a9a867dfad08db840b0458a /textproc/estraier
parentc0b425947d651ac5423ebe86942c88c6a64dc35a (diff)
downloadports-28ca5b96a23102bc508dd441fedf3cdf3eef313f.tar.gz
ports-28ca5b96a23102bc508dd441fedf3cdf3eef313f.zip
5 ports categories: Remove $PTHREAD_LIBS
Categories: irc, x11-clocks, benchmarks, misc, textproc approved by: PTHREAD blanket
Notes
Notes: svn path=/head/; revision=382126
Diffstat (limited to 'textproc/estraier')
-rw-r--r--textproc/estraier/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/estraier/Makefile b/textproc/estraier/Makefile
index 026a47911b5a..518995fa1eec 100644
--- a/textproc/estraier/Makefile
+++ b/textproc/estraier/Makefile
@@ -23,8 +23,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-sysqdbm \
--enable-dlfilter \
--enable-devel
-CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS+= -L${LOCALBASE}/include ${PTHREAD_LIBS}
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -lpthread -L${LOCALBASE}/include
CHASEN_LIB_DEPENDS= libchasen.so:${PORTSDIR}/japanese/chasen-base
CHASEN_CONFIGURE_ENABLE= chasen
@@ -46,8 +46,8 @@ post-patch:
's|-O2|@CFLAGS@|g ; \
s|HOME|LOCALBASE|g ; \
s|:/usr/local/lib||g ; \
- s|-I/usr/local/include|${PTHREAD_CFLAGS}|g ; \
- s|-L/usr/local/lib|${PTHREAD_LIBS}|g' ${WRKSRC}/Makefile.in
+ s|-I/usr/local/include||g ; \
+ s|-L/usr/local/lib|-lpthread|g' ${WRKSRC}/Makefile.in
post-install:
.for file in estindex estmbtomh estserver estsiutil estxview