Use -lGL -lGLU instead of -lMesaGL -lMesaGLU.

This commit is contained in:
Eric Anholt 2003-11-06 22:59:02 +00:00
parent ccb37cd477
commit 0cf535a5bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93264
2 changed files with 3 additions and 14 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= battalion
PORTVERSION= 1.4
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.evl.uic.edu/aej/BATTALION/
DISTFILES= battalionSource1.4.tar.Z battalionSUN4.tar.gz

View File

@ -1,8 +1,5 @@
$FreeBSD$
--- Makefile.orig Thu Jan 16 18:31:58 1997
+++ Makefile Tue Aug 14 11:16:57 2001
--- Makefile.orig Thu Jan 16 08:31:58 1997
+++ Makefile Thu Nov 6 14:56:38 2003
@@ -23,7 +23,7 @@
# (the program should compile with no warning messages - if you
# see a warning message please let me know about it)
@ -12,15 +9,6 @@ $FreeBSD$
# STEP 2: IF YOU WANT TO COMPILE WITH THE MESA LIBRARIES THEN
@@ -39,7 +39,7 @@
# ------------------------------------------------------------
#GLIB = -lMesaGL -lMesaGLU
# or
-GLIB = -lGL -lGLU
+GLIB = -lMesaGL -lMesaGLU
# STEP 4: CHOOSE WHICH HARDWARE / OS YOU ARE RUNNING
@@ -51,9 +51,9 @@
# with the other Makefile.)
#