summaryrefslogtreecommitdiff
path: root/irc/epic5
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 /irc/epic5
parentDeorbit PTHREAD_{CFLAGS,LIBS} from Perl, and use -lpthread. (diff)
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 'irc/epic5')
-rw-r--r--irc/epic5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile
index 6388be5b5d72..b02bd6c0ac91 100644
--- a/irc/epic5/Makefile
+++ b/irc/epic5/Makefile
@@ -50,7 +50,7 @@ CONFIGURE_ARGS+= --without-perl
.if ${PORT_OPTIONS:MRUBY}
USE_RUBY= yes
CONFIGURE_ARGS+= --with-ruby
-LDFLAGS+= ${PTHREAD_LIBS}
+LDFLAGS+= -lpthread
.else
CONFIGURE_ARGS+= --without-ruby
.endif