aboutsummaryrefslogtreecommitdiffstats
path: root/devel/sdl12/files
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-06-18 18:05:24 +0800
committersobomax <sobomax@FreeBSD.org>2000-06-18 18:05:24 +0800
commit6d2212124804b29b564ddcfc5bdafad98504ce1d (patch)
tree8aa5b49185f239f7862a083e9d5e1766f0ad9a15 /devel/sdl12/files
parentd00c787ae3b505cc526c984af4da35b3ee000d9e (diff)
downloadfreebsd-ports-gnome-6d2212124804b29b564ddcfc5bdafad98504ce1d.tar.gz
freebsd-ports-gnome-6d2212124804b29b564ddcfc5bdafad98504ce1d.tar.zst
freebsd-ports-gnome-6d2212124804b29b564ddcfc5bdafad98504ce1d.zip
Remove arch-specific optimisation options from configure script. They broke sdl
build on systems with gcc2.7 Submitted by: Martin Walter <walter@th.physik.uni-bonn.de>, Patrick M Doane <patrick@watson.org>
Diffstat (limited to 'devel/sdl12/files')
-rw-r--r--devel/sdl12/files/patch-ac17
1 files changed, 16 insertions, 1 deletions
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 @@