diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-03-23 00:25:58 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-03-23 00:25:58 +0800 |
commit | 59a5098fcdee286fecb18fc8468d0c0147b47fc5 (patch) | |
tree | 1f837322af1b22cd79c230f5c965ef4792bea46a /games | |
parent | ac622d7c5fa199fa5ff6c004f5b14e18cf8b1320 (diff) | |
download | freebsd-ports-gnome-59a5098fcdee286fecb18fc8468d0c0147b47fc5.tar.gz freebsd-ports-gnome-59a5098fcdee286fecb18fc8468d0c0147b47fc5.tar.zst freebsd-ports-gnome-59a5098fcdee286fecb18fc8468d0c0147b47fc5.zip |
Unbroke with latest Mesa.
Submitted by: bento
Diffstat (limited to 'games')
-rw-r--r-- | games/glasteroids/files/Makefile.FreeBSD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/glasteroids/files/Makefile.FreeBSD b/games/glasteroids/files/Makefile.FreeBSD index 13e9b4c9d690..6c3eaaa324dc 100644 --- a/games/glasteroids/files/Makefile.FreeBSD +++ b/games/glasteroids/files/Makefile.FreeBSD @@ -5,6 +5,7 @@ OBJS = Glasteroids.o Bobcat.o MarchingCubes.o BCship.o BCobject.o\ BCcollide.o GlutFunctions.o BCmenu.o BCenemy.o TexFont.o \ SplashScreen.o CXX ?= c++ +CXXFLAGS += -DGL_GLEXT_LEGACY PROG = Glasteroids LIBES = -lglut -lMesaGLU -lMesaGL -lXmu -lX11 -lXext -lm -lXi |