diff options
author | marino <marino@FreeBSD.org> | 2014-06-10 22:26:34 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-06-10 22:26:34 +0800 |
commit | 53782ee28590f93c53d52fae916f4918a77a7e74 (patch) | |
tree | 80ac89262e1ee56770be0ddcca0a4a983600da90 /irc/bitchx/Makefile | |
parent | c0b5f349fb2f84b8e001da9b752fd1ee2edd5ec3 (diff) | |
download | freebsd-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/Makefile | 2 |
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" \ |