From 73b3f4de6904a4e3c35e765428d58247527c1d52 Mon Sep 17 00:00:00 2001 From: dinoex Date: Thu, 6 Jan 2011 09:52:31 +0000 Subject: - fix coredumps by building without gettextlib PR: 151207 --- emulators/vice/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators/vice') 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 -- cgit