<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/62a9a58572014dc94c607a296209103ff3583321">https://github.com/macports/macports-ports/commit/62a9a58572014dc94c607a296209103ff3583321</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 62a9a58  starfighter: Use parens to access Makefile var
</span>62a9a58 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 62a9a58572014dc94c607a296209103ff3583321
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Jun 1 00:40:09 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    starfighter: Use parens to access Makefile var
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This matches how other variables are referenced in the Makefile.
</span>---
 games/starfighter/files/patch-makefile.diff | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/starfighter/files/patch-makefile.diff b/games/starfighter/files/patch-makefile.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index 6a5c9ce..edee064 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/starfighter/files/patch-makefile.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/starfighter/files/patch-makefile.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,7 +2,7 @@
</span> +++ makefile.new  Wed Feb 11 00:24:18 2004
 @@ -1,4 +1,4 @@
 -CFLAGS = `sdl-config --cflags` -Wall -DLINUX
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+CFLAGS = `sdl-config --cflags` -I${PREFIX}/include -Wall -DLINUX
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++CFLAGS = `sdl-config --cflags` -I$(PREFIX)/include -Wall -DLINUX
</span>  LIBS = `sdl-config --libs` -lSDL_mixer -lSDL_image
  OBJS = ai.o aliens.o audio.o bullets.o cargo.o collectable.o comms.o debris.o events.o explosions.o game.o globals.o graphics.o init.o intermission.o loadSave.o messages.o misc.o missions.o player.o resources.o script.o shop.o Starfighter.o title.o unpack.o weapons.o
  
</pre><pre style='margin:0'>

</pre>