aboutsummaryrefslogtreecommitdiffstats
path: root/irc/bitchx/Makefile
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-06-10 22:26:34 +0800
committermarino <marino@FreeBSD.org>2014-06-10 22:26:34 +0800
commit53782ee28590f93c53d52fae916f4918a77a7e74 (patch)
tree80ac89262e1ee56770be0ddcca0a4a983600da90 /irc/bitchx/Makefile
parentc0b5f349fb2f84b8e001da9b752fd1ee2edd5ec3 (diff)
downloadfreebsd-ports-gnome-53782ee28590f93c53d52fae916f4918a77a7e74.tar.gz
freebsd-ports-gnome-53782ee28590f93c53d52fae916f4918a77a7e74.tar.zst
freebsd-ports-gnome-53782ee28590f93c53d52fae916f4918a77a7e74.zip
irc/bitchx: Requires build by GCC to avoid segfault
PR: 186425 Submitted by: Edwin Approved by: maintainer (Dan Mashal)
Diffstat (limited to 'irc/bitchx/Makefile')
-rw-r--r--irc/bitchx/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile
index 24a3b0e2d4be..ae45ffea1d5c 100644
--- a/irc/bitchx/Makefile
+++ b/irc/bitchx/Makefile
@@ -3,6 +3,7 @@
PORTNAME= BitchX
DISTVERSION= 1.2-final
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES+= irc
MASTER_SITES= http://bitchx.ca/
@@ -14,6 +15,7 @@ COMMENT?= Feature-rich scriptable IRC client
WRKSRC= ${WRKDIR}/${DISTNAME:C,-final$,,}
USES= gmake perl5
+USE_GCC= yes # PR: 186425
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--exec-prefix="${PREFIX}/share" \
--bindir="${PREFIX}/bin" \