diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-18 10:05:24 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-18 10:05:24 +0000 |
commit | d5c3fc66bb220bb4472b2ce628aa7bc3ae444e96 (patch) | |
tree | ac9d7d553c31cb92bbbf44892ca2403eb373c1e6 /devel | |
parent | 2cb16e343091b5ffc02c6fd1276d4f4c2c3c7cca (diff) | |
download | ports-d5c3fc66bb220bb4472b2ce628aa7bc3ae444e96.tar.gz ports-d5c3fc66bb220bb4472b2ce628aa7bc3ae444e96.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/sdl-devel/files/patch-ac | 17 | ||||
-rw-r--r-- | devel/sdl12/files/patch-ac | 17 |
2 files changed, 32 insertions, 2 deletions
diff --git a/devel/sdl-devel/files/patch-ac b/devel/sdl-devel/files/patch-ac index 97164834bbf5..3491026be654 100644 --- a/devel/sdl-devel/files/patch-ac +++ b/devel/sdl-devel/files/patch-ac @@ -1,5 +1,5 @@ --- configure.orig Tue Jun 6 07:36:14 2000 -+++ configure Tue Jun 6 12:10:08 2000 ++++ configure Sun Jun 18 12:48:42 2000 @@ -607,7 +607,7 @@ SDL_MAJOR_VERSION=1 SDL_MINOR_VERSION=1 @@ -21,6 +21,21 @@ +@@ -2926,12 +2926,12 @@ + case "$target" in + i486-*-*) + if test x$ac_cv_prog_gcc = xyes; then +- CFLAGS="$CFLAGS -march=486" ++# CFLAGS="$CFLAGS -march=486" + fi + ;; + i?86-*-*) + if test x$ac_cv_prog_gcc = xyes; then +- CFLAGS="$CFLAGS -march=pentium -mcpu=pentiumpro" ++# CFLAGS="$CFLAGS -march=pentium -mcpu=pentiumpro" + fi + ;; + esac @@ -2939,7 +2939,7 @@ diff --git a/devel/sdl12/files/patch-ac b/devel/sdl12/files/patch-ac index 97164834bbf5..3491026be654 100644 --- a/devel/sdl12/files/patch-ac +++ b/devel/sdl12/files/patch-ac @@ -1,5 +1,5 @@ --- configure.orig Tue Jun 6 07:36:14 2000 -+++ configure Tue Jun 6 12:10:08 2000 ++++ configure Sun Jun 18 12:48:42 2000 @@ -607,7 +607,7 @@ SDL_MAJOR_VERSION=1 SDL_MINOR_VERSION=1 @@ -21,6 +21,21 @@ +@@ -2926,12 +2926,12 @@ + case "$target" in + i486-*-*) + if test x$ac_cv_prog_gcc = xyes; then +- CFLAGS="$CFLAGS -march=486" ++# CFLAGS="$CFLAGS -march=486" + fi + ;; + i?86-*-*) + if test x$ac_cv_prog_gcc = xyes; then +- CFLAGS="$CFLAGS -march=pentium -mcpu=pentiumpro" ++# CFLAGS="$CFLAGS -march=pentium -mcpu=pentiumpro" + fi + ;; + esac @@ -2939,7 +2939,7 @@ |