aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-10-14 06:58:27 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-10-14 06:58:27 +0800
commit01733ded5733ae77daad400896e257510d95c0e4 (patch)
tree9b080d4833263afc36a4ebe927df5c14344525dd
parent9de567b788d0ca58f45f5317b4580b30e78d769c (diff)
downloadfreebsd-ports-gnome-01733ded5733ae77daad400896e257510d95c0e4.tar.gz
freebsd-ports-gnome-01733ded5733ae77daad400896e257510d95c0e4.tar.zst
freebsd-ports-gnome-01733ded5733ae77daad400896e257510d95c0e4.zip
- Disable NLS as the game segfaults with 8bit locales.
Reported by: Sergey V. Dyatko <sergey.dyatko@gmail.com>
-rw-r--r--games/zaz/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/games/zaz/Makefile b/games/zaz/Makefile
index c6714a0473e6..a2608ca1be88 100644
--- a/games/zaz/Makefile
+++ b/games/zaz/Makefile
@@ -7,6 +7,7 @@
PORTNAME= zaz
PORTVERSION= 0.3.0
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}
@@ -29,13 +30,14 @@ CONFIGURE_ARGS= --with-icondir="${PREFIX}/share/pixmaps"
PORTDOCS= *
-.if !defined(WITHOUT_NLS)
-USE_GETTEXT= yes
-PLIST_SUB+= NLS=""
-.else
+# Unconditially disable NLS for now: the game segfaults with 8bit locales
+#.if !defined(WITHOUT_NLS)
+#USE_GETTEXT= yes
+#PLIST_SUB+= NLS=""
+#.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
-.endif
+#.endif
post-patch:
@${REINPLACE_CMD} -e '/^zazdocdir =/ s|$${prefix}/doc|$${prefix}/share/doc|' \