aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2007-04-11 23:07:41 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2007-04-11 23:07:41 +0000
commit94ab7b4be7a9ddae43b4883277c35966c5603701 (patch)
tree289093e1a00f4cd2a8e86e416fc92b37cbea120d
parente2299772a2cc2dbda76095f98ed144f202e5a4c0 (diff)
downloadports-94ab7b4be7a9ddae43b4883277c35966c5603701.tar.gz
ports-94ab7b4be7a9ddae43b4883277c35966c5603701.zip
Notes
-rw-r--r--net-im/centericq/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile
index b25450b7134d..eb3a7bd36edd 100644
--- a/net-im/centericq/Makefile
+++ b/net-im/centericq/Makefile
@@ -8,7 +8,7 @@
PORTNAME= centericq
PORTVERSION= 4.21.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= net-im
MASTER_SITES= http://centericq.de/archive/source/releases/ \
http://thekonst.net/download/
@@ -45,6 +45,11 @@ PORTDOCS= FAQ README
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+# Don't use optimization since it sefgaults in some cases otherwise.
+CFLAGS:= ${CFLAGS:C/-O[0123456789]*/-O0/}
+.endif
+
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "