summaryrefslogtreecommitdiff
path: root/emulators/xmame/files/patch-src::unix::unix.mak
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-23 22:59:45 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-23 22:59:45 +0000
commit3c0597d32adf7155747dffe0d48e15f795b91917 (patch)
treebfbcb09eab111a7577e5ad4150906af5be550103 /emulators/xmame/files/patch-src::unix::unix.mak
parentmaintainer-update Update to latest snapshot: 0.9.20030223 (diff)
[MAINTAINER UPDATE]: emulators/xmame & emulators/xmess
Update of xmame/xmess to 0.65.1 PR: ports/48202 Submitted by: Stijn Hoop <stijn@win.tue.nl>
Diffstat (limited to 'emulators/xmame/files/patch-src::unix::unix.mak')
-rw-r--r--emulators/xmame/files/patch-src::unix::unix.mak22
1 files changed, 22 insertions, 0 deletions
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