aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2011-06-27 19:39:25 +0000
committerBeech Rintoul <beech@FreeBSD.org>2011-06-27 19:39:25 +0000
commit5e38404898ddfd1f883696708e3e68a2cf2dbc78 (patch)
treecfe9f1e9e3696d6d11825c4d912c51ca7f2d5ebe /irc
parente7d615a14e305d9110ce1c7c9e97a6419c76165c (diff)
downloadports-5e38404898ddfd1f883696708e3e68a2cf2dbc78.tar.gz
ports-5e38404898ddfd1f883696708e3e68a2cf2dbc78.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/eggdrop/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/irc/eggdrop/Makefile b/irc/eggdrop/Makefile
index 9389da0c3525..d62002babddd 100644
--- a/irc/eggdrop/Makefile
+++ b/irc/eggdrop/Makefile
@@ -23,11 +23,11 @@ COMMENT= The most popular open source Internet Relay Chat bot
USE_TCL= 85+
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-tcllib=${LOCALBASE}/lib/libtcl${TCL_VER:S/.//}.so \
- --with-tclinc=${TCL_INCLUDEDIR}/tcl.h
+#CONFIGURE_ARGS= --with-tcllib=${LOCALBASE}/lib/libtcl${TCL_VER:S/.//}.so \
+# --with-tclinc=${TCL_INCLUDEDIR}/tcl.h
MAKE_JOBS_UNSAFE= yes
-OPTIONS= SSL "Use SSL" off
+OPTIONS= SSL "Use SSL" on
MAN1= eggdrop.1
@@ -38,10 +38,13 @@ SUB_FILES= pkg-message
LICENSE= GPLv2
.if defined(WITH_SSL)
+. if ${ARCH} == "amd64"
+IGNORE= ssl support is broken on amd64
+. endif
EXTRA_PATCHES= ${WRKDIR}/eggdrop-1.6.20-ssl.patch
CFLAGS+= -DHAVE_OPENSSL
-CONFIGURE_ARGS+= --with-ssl
+#CONFIGURE_ARGS+= --with-ssl
.endif
post-patch: