Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2013 20:38:38 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330537 - in head/games/fxsudoku: . files
Message-ID:  <201310162038.r9GKccIc059813@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: edwin
Date: Wed Oct 16 20:38:38 2013
New Revision: 330537
URL: http://svnweb.freebsd.org/changeset/ports/330537

Log:
  Fix build on 10.x

Modified:
  head/games/fxsudoku/Makefile
  head/games/fxsudoku/files/config.freebsd

Modified: head/games/fxsudoku/Makefile
==============================================================================
--- head/games/fxsudoku/Makefile	Wed Oct 16 20:21:52 2013	(r330536)
+++ head/games/fxsudoku/Makefile	Wed Oct 16 20:38:38 2013	(r330537)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fxsudoku
 PORTVERSION=	0.5.1
-PORTREVISION=	24
+PORTREVISION=	25
 CATEGORIES=	games
 MASTER_SITES=	http://www.fifthplanet.net/files/
 

Modified: head/games/fxsudoku/files/config.freebsd
==============================================================================
--- head/games/fxsudoku/files/config.freebsd	Wed Oct 16 20:21:52 2013	(r330536)
+++ head/games/fxsudoku/files/config.freebsd	Wed Oct 16 20:38:38 2013	(r330537)
@@ -9,8 +9,8 @@ export LIBDIR="lib"                  # N
 export DEFAULT_PREFIX="/usr/local"
 
 # Compiler and Linker
-export CC="gcc"                       # C Compiler
-export CXX="g++"                      # C++ Compiler
+export CC="cc"                        # C Compiler
+export CXX="c++"                      # C++ Compiler
 export LINK=$CXX                      # Executable Linker
 export DLLLINK="$CXX -shared"         # Dynamic Library Linker
 export LIBLINK="ar cru"               # Static Library Linker



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310162038.r9GKccIc059813>