freebsd-ports/emulators/mupen64-rice/files/patch-Makefile
Dirk Meyer edee770d1d Rice Daedalus graphics plugin for Mupen64
-
Mupen64 is a highly portable Nintendo 64 emulator. It has been developed
on/for Linux originally but has already been ported successfully to other
operating systems. The program can easily be ported to all operating systems
supported by the SDL library.

In its current state, the emulator is highly compatible and uses a plugin
system. With the correct plugins ("correct" can be computer dependent), it
can achieve nearly perfect graphics and sound in many games.

WWW: http://mupen64.emulation64.com/

PR:		71895
Submitted by:	Travis Poppe
2004-10-12 05:03:32 +00:00

18 lines
699 B
Text

--- Makefile.orig Sat Jul 3 22:23:08 2004
+++ Makefile Thu Aug 12 16:37:42 2004
@@ -1,10 +1,10 @@
-CC = gcc
+#CC = gcc
#CFLAGS = -DUSE_GTK `sdl-config --cflags` `gtk-config --cflags` -g -mmmx -msse
-CFLAGS = -DUSE_GTK `sdl-config --cflags` `gtk-config --cflags` -O3 -mcpu=athlon -ffast-math -funroll-loops -fomit-frame-pointer -msse -mmmx
-CXX = g++
+#CFLAGS = -DUSE_GTK `sdl-config --cflags` `gtk-config --cflags` -O3 -mcpu=athlon -ffast-math -funroll-loops -fomit-frame-pointer -msse -mmmx
+#CXX = g++
CPPFLAGS = $(CFLAGS)
-LD = g++
-LDFLAGS = -lGL -lGLU -L/usr/X11R6/lib -lSDL
+#LD = g++
+#LDFLAGS = -lGL -lGLU -L/usr/X11R6/lib -lSDL
OBJECTS = DaedalusGraphics.o \
DaedalusRenderBase.o \