Use -lGL -lGLU instead of -lMesaGL -lMesaGLU.
This commit is contained in:
parent
ccb37cd477
commit
0cf535a5bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93264
@ -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
|
||||
|
@ -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.)
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user