svn commit: r502730 - head/games/gnurobots
Steve Wills
swills at FreeBSD.org
Sun May 26 17:01:51 UTC 2019
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 at 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
More information about the svn-ports-all
mailing list