diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2009-07-12 14:47:48 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2009-07-12 14:47:48 +0000 |
commit | 6126ec0d1ae9d7503b521192f7811d39b30b16ea (patch) | |
tree | 6469a3a2aba69915003c350d3bbdb207037bfb23 /irc | |
parent | 966fa7cbded7c0f583ce90eaf84feef192faf1ba (diff) |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/epic5/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile index 1754f6afaa33..44ae93496e16 100644 --- a/irc/epic5/Makefile +++ b/irc/epic5/Makefile @@ -52,11 +52,6 @@ CONFIGURE_ARGS+= --without-tcl ## WITH_PERL: enable perl5 support (requires perl 5.6.1 or newer) # -# The path provided to --with-perl is needed, since the configure script -# looks for libperl.so in places very specific to Linux. Possibly a -# patch to configure would be a better idea, but we need to rely on -# SITE_PERL and PERL_VER to create the path. -# .if defined(WITH_PERL) USE_PERL5= yes CONFIGURE_ARGS+= --with-perl @@ -70,7 +65,7 @@ CONFIGURE_ARGS+= --without-perl USE_RUBY= yes .include "${PORTSDIR}/Mk/bsd.ruby.mk" CONFIGURE_ARGS+= --with-ruby -BROKEN= does not compile +LDFLAGS+= ${PTHREAD_LIBS} .else CONFIGURE_ARGS+= --without-ruby .endif |