From 3c0597d32adf7155747dffe0d48e15f795b91917 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sun, 23 Feb 2003 22:59:45 +0000 Subject: [MAINTAINER UPDATE]: emulators/xmame & emulators/xmess Update of xmame/xmess to 0.65.1 PR: ports/48202 Submitted by: Stijn Hoop --- emulators/xmame/files/patch-src::unix::unix.mak | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 emulators/xmame/files/patch-src::unix::unix.mak (limited to 'emulators/xmame/files/patch-src::unix::unix.mak') diff --git a/emulators/xmame/files/patch-src::unix::unix.mak b/emulators/xmame/files/patch-src::unix::unix.mak new file mode 100644 index 000000000000..1c652a13eeb8 --- /dev/null +++ b/emulators/xmame/files/patch-src::unix::unix.mak @@ -0,0 +1,22 @@ +--- src/unix/unix.mak.orig Wed Feb 12 05:13:26 2003 ++++ src/unix/unix.mak Wed Feb 12 10:04:04 2003 +@@ -31,7 +31,7 @@ + LIBS.macosx = -framework CoreAudio + #LIBS.openbsd = -lossaudio + LIBS.nto = -lsocket -lasound +-LIBS.beos = `sdl-config --libs` ++LIBS.beos = `$(SDL_CONFIG) --libs` + + ############################################################################## + # **** Display dependent settings. +@@ -219,8 +219,8 @@ + endif + + ifdef SOUND_SDL +-CONFIG += -DSYSDEP_DSP_SDL `sdl-config --cflags` +-MY_LIBS += `sdl-config --libs` ++CONFIG += -DSYSDEP_DSP_SDL `$(SDL_CONFIG) --cflags` ++MY_LIBS += `$(SDL_CONFIG) --libs` + endif + + ifdef SOUND_WAVEOUT -- cgit v1.2.3