Date: Sun, 26 May 2019 17:01:50 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502730 - head/games/gnurobots Message-ID: <201905261701.x4QH1orS024031@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun May 26 17:01:49 2019 New Revision: 502730 URL: https://svnweb.freebsd.org/changeset/ports/502730 Log: games/gnurobots: fix interactive prompt PR: 228130 Submitted by: Wes Frazier <wes.frazier@members.fsf.org> Modified: head/games/gnurobots/Makefile (contents, props changed) Modified: head/games/gnurobots/Makefile ============================================================================== --- head/games/gnurobots/Makefile Sun May 26 16:41:51 2019 (r502729) +++ head/games/gnurobots/Makefile Sun May 26 17:01:49 2019 (r502730) @@ -3,7 +3,7 @@ PORTNAME= gnurobots PORTVERSION= 1.2.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= games MASTER_SITES= GNU \ SF/nemysisfreebsdp/${CATEGORIES}/:icons @@ -23,6 +23,7 @@ USES= pkgconfig readline USE_GNOME= vte GNU_CONFIGURE= yes +CFLAGS+= -O0 CPPFLAGS+= -I${LOCALBASE}/include -w LDFLAGS+= -L${LOCALBASE}/lib -pthread
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905261701.x4QH1orS024031>