[Midnightbsd-cvs] mports [24496] trunk/games/allenroids/files/patch-Makefile: add missing lib
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Oct 15 20:29:49 EDT 2018
Revision: 24496
http://svnweb.midnightbsd.org/mports/?rev=24496
Author: laffer1
Date: 2018-10-15 20:29:14 -0400 (Mon, 15 Oct 2018)
Log Message:
-----------
add missing lib
Modified Paths:
--------------
trunk/games/allenroids/files/patch-Makefile
Modified: trunk/games/allenroids/files/patch-Makefile
===================================================================
--- trunk/games/allenroids/files/patch-Makefile 2018-10-15 22:14:37 UTC (rev 24495)
+++ trunk/games/allenroids/files/patch-Makefile 2018-10-16 00:29:14 UTC (rev 24496)
@@ -1,10 +1,11 @@
--- Makefile.orig 2003-11-10 14:31:45.000000000 -0500
-+++ Makefile 2018-10-15 14:26:50.228934000 -0400
++++ Makefile 2018-10-15 20:27:44.495953000 -0400
@@ -1,6 +1,15 @@
-CC = gcc
+-LIBS = -lglut -lGL -lGLU -lSDL
+CC = cc
+CFLAGS= -I/usr/local/include -O2 -L/usr/local/lib
- LIBS = -lglut -lGL -lGLU -lSDL
++LIBS = -lglut -lGL -lGLU -lSDL -lm
SRC= Configure\ Screen.c Title\ Screen.c asteroids.c sound.c
+all: clean allenroids
More information about the Midnightbsd-cvs
mailing list