diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-09 16:28:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-09 16:28:07 +0000 |
commit | ae044aeba549da343d278a26bb72bac844e5a5e4 (patch) | |
tree | b16ea879113ef2bd09bb78bb00e8338b088d3afb /games-emulation/ps2emu-gssoft/files | |
parent | New package - rename. (diff) | |
download | gentoo-2-ae044aeba549da343d278a26bb72bac844e5a5e4.tar.gz gentoo-2-ae044aeba549da343d278a26bb72bac844e5a5e4.tar.bz2 gentoo-2-ae044aeba549da343d278a26bb72bac844e5a5e4.zip |
welcome to games-emulation
Diffstat (limited to 'games-emulation/ps2emu-gssoft/files')
-rw-r--r-- | games-emulation/ps2emu-gssoft/files/0.5-makefile.patch | 21 | ||||
-rw-r--r-- | games-emulation/ps2emu-gssoft/files/digest-ps2emu-gssoft-0.5 | 1 |
2 files changed, 22 insertions, 0 deletions
diff --git a/games-emulation/ps2emu-gssoft/files/0.5-makefile.patch b/games-emulation/ps2emu-gssoft/files/0.5-makefile.patch new file mode 100644 index 000000000000..c0e79a8d0c75 --- /dev/null +++ b/games-emulation/ps2emu-gssoft/files/0.5-makefile.patch @@ -0,0 +1,21 @@ +--- Src/Linux/Makefile.orig 2003-08-14 13:11:45.664823032 -0400 ++++ Src/Linux/Makefile 2003-08-14 13:13:07.997306592 -0400 +@@ -5,13 +5,17 @@ + VERSION = 0
+ BUILD = 5
+ PLUGIN = libGSsoftx-${VERSION}.${BUILD}.so
+-CFLAGS+= -fPIC -Wall -O3 -fomit-frame-pointer -I. -I..
++CFLAGS+= -fPIC -Wall $(OPTFLAGS) -I. -I..
+ OBJS = ../GS.o ../Prim.o ../Soft.o ../Draw.o ../Texts.o ../Color.o
+ OBJS+= X11.o Conf.o interface.o support.o DrawString.o
+ DEPS:= $(OBJS:.o=.d)
+ LIBS = $(shell gtk-config --libs) -lX11
+ CFLAGS+= $(shell gtk-config --cflags) -D__LINUX__ -DVERSION=${VERSION} -DBUILD=${BUILD}
+
++ifeq (${USE_SDL},1) ++ CFLAGS+= $(shell sdl-config --cflags) -I../../nsx2/ -I../../nsx2/iniapi ++ LIBS+= $(shell sdl-config --libs) ++endif + ifeq (${USE_DGA2}, TRUE)
+ CFLAGS+= -DUSE_DGA2
+ LIBS+= -lXxf86dga
diff --git a/games-emulation/ps2emu-gssoft/files/digest-ps2emu-gssoft-0.5 b/games-emulation/ps2emu-gssoft/files/digest-ps2emu-gssoft-0.5 new file mode 100644 index 000000000000..8a4eb33b1d8f --- /dev/null +++ b/games-emulation/ps2emu-gssoft/files/digest-ps2emu-gssoft-0.5 @@ -0,0 +1 @@ +MD5 0c9bbadca3b483a68b785c8ba61f29cf Gssoft-0.5.zip 188616 |