aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/vice
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2011-01-06 17:52:31 +0800
committerdinoex <dinoex@FreeBSD.org>2011-01-06 17:52:31 +0800
commit73b3f4de6904a4e3c35e765428d58247527c1d52 (patch)
treeb0155f0eb79339440cfb0d062aebaad21fbe09d2 /emulators/vice
parentb13c87e7f75c3510b4d85fd886d44ca85fb18ae7 (diff)
downloadfreebsd-ports-gnome-73b3f4de6904a4e3c35e765428d58247527c1d52.tar.gz
freebsd-ports-gnome-73b3f4de6904a4e3c35e765428d58247527c1d52.tar.zst
freebsd-ports-gnome-73b3f4de6904a4e3c35e765428d58247527c1d52.zip
- fix coredumps by building without gettextlib
PR: 151207
Diffstat (limited to 'emulators/vice')
-rw-r--r--emulators/vice/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index 23910d806918..6ee7f0c38aff 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -101,7 +101,7 @@ LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
-LDFLAGS+= -lgettextlib
+#LDFLAGS+= -lgettextlib
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls