Fix wrong path in patches
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
This commit is contained in:
parent
b352ab55e8
commit
0809fca14c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115132
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
--- /ports/devel/sdl12/work/SDL-1.2.7/src/audio/SDL_mixer_MMX.c Sat Nov 9 07:13:28 2002
|
--- src/audio/SDL_mixer_MMX.c.orig Sat Nov 9 07:13:28 2002
|
||||||
+++ SDL_mixer_MMX.c Sun May 16 19:19:47 2004
|
+++ src/audio/SDL_mixer_MMX.c Sun May 16 19:19:47 2004
|
||||||
@@ -15,13 +15,11 @@
|
@@ -15,13 +15,11 @@
|
||||||
{
|
{
|
||||||
__asm__ __volatile__ (
|
__asm__ __volatile__ (
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- /ports/devel/sdl12/work/SDL-1.2.7/src/cpuinfo/SDL_cpuinfo.c Tue Feb 10 16:31:35 2004
|
--- src/cpuinfo/SDL_cpuinfo.c.orig Tue Feb 10 16:31:35 2004
|
||||||
+++ ../cpuinfo/SDL_cpuinfo.c Sun May 16 19:19:48 2004
|
+++ src/cpuinfo/SDL_cpuinfo.c Sun May 16 19:19:48 2004
|
||||||
@@ -22,7 +22,7 @@
|
@@ -22,7 +22,7 @@
|
||||||
|
|
||||||
#ifdef SAVE_RCSID
|
#ifdef SAVE_RCSID
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- /ports/devel/sdl12/work/SDL-1.2.7/src/video/SDL_yuv_mmx.c Wed Feb 18 18:22:04 2004
|
--- src/video/SDL_yuv_mmx.c.orig Wed Feb 18 18:22:04 2004
|
||||||
+++ ../video/SDL_yuv_mmx.c Sun May 16 19:19:48 2004
|
+++ src/video/SDL_yuv_mmx.c Sun May 16 19:19:48 2004
|
||||||
@@ -22,7 +22,7 @@
|
@@ -22,7 +22,7 @@
|
||||||
|
|
||||||
#ifdef SAVE_RCSID
|
#ifdef SAVE_RCSID
|
||||||
|
|
Loading…
Reference in a new issue