[Midnightbsd-cvs] mports [24487] fix build on clang

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Oct 15 14:27:50 EDT 2018


Revision: 24487
          http://svnweb.midnightbsd.org/mports/?rev=24487
Author:   laffer1
Date:     2018-10-15 14:27:49 -0400 (Mon, 15 Oct 2018)
Log Message:
-----------
fix build on clang

Modified Paths:
--------------
    trunk/games/allenroids/Makefile
    trunk/games/allenroids/files/patch-Makefile

Property Changed:
----------------
    trunk/games/allenroids/files/patch-Makefile

Modified: trunk/games/allenroids/Makefile
===================================================================
--- trunk/games/allenroids/Makefile	2018-10-15 18:22:46 UTC (rev 24486)
+++ trunk/games/allenroids/Makefile	2018-10-15 18:27:49 UTC (rev 24487)
@@ -11,9 +11,10 @@
 
 MAINTAINER=	luke at MidnightBSD.org
 COMMENT=	Asteroids clone by Allen Smith
+
 LICENSE=	other
 
-USE_GMAKE=	yes
+USES=		gmake
 USE_SDL=	sound
 USE_GL=		glut glu gl
 

Modified: trunk/games/allenroids/files/patch-Makefile
===================================================================
--- trunk/games/allenroids/files/patch-Makefile	2018-10-15 18:22:46 UTC (rev 24486)
+++ trunk/games/allenroids/files/patch-Makefile	2018-10-15 18:27:49 UTC (rev 24487)
@@ -1,7 +1,8 @@
---- Makefile.orig	2009-11-26 17:05:50 -0500
-+++ Makefile	2009-11-26 17:11:02 -0500
+--- Makefile.orig	2003-11-10 14:31:45.000000000 -0500
++++ Makefile	2018-10-15 14:26:50.228934000 -0400
 @@ -1,6 +1,15 @@
- CC = gcc
+-CC = gcc
++CC = cc
 +CFLAGS=	-I/usr/local/include -O2 -L/usr/local/lib
  LIBS = -lglut -lGL -lGLU -lSDL
  SRC= Configure\ Screen.c Title\ Screen.c asteroids.c sound.c


Property changes on: trunk/games/allenroids/files/patch-Makefile
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list