aboutsummaryrefslogtreecommitdiffstats
path: root/devel/sdl12/files
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-08-07 21:05:46 +0800
committersobomax <sobomax@FreeBSD.org>2000-08-07 21:05:46 +0800
commit68d9124ba7ceb405bc25fc1a9e99df2820148002 (patch)
tree8bb1d3242e99144b66931c434b1b78c8ca41e61b /devel/sdl12/files
parent8c8a52058fdfb8ed20ecaea582092610cc913b67 (diff)
downloadfreebsd-ports-gnome-68d9124ba7ceb405bc25fc1a9e99df2820148002.tar.gz
freebsd-ports-gnome-68d9124ba7ceb405bc25fc1a9e99df2820148002.tar.zst
freebsd-ports-gnome-68d9124ba7ceb405bc25fc1a9e99df2820148002.zip
Update to 1.1.4.
Diffstat (limited to 'devel/sdl12/files')
-rw-r--r--devel/sdl12/files/patch-ac31
1 files changed, 8 insertions, 23 deletions
diff --git a/devel/sdl12/files/patch-ac b/devel/sdl12/files/patch-ac
index 3491026be654..46e9710143bc 100644
--- a/devel/sdl12/files/patch-ac
+++ b/devel/sdl12/files/patch-ac
@@ -1,15 +1,15 @@
---- configure.orig Tue Jun 6 07:36:14 2000
-+++ configure Sun Jun 18 12:48:42 2000
-@@ -607,7 +607,7 @@
+--- configure.orig Fri Aug 4 22:23:00 2000
++++ configure Mon Aug 7 15:44:03 2000
+@@ -603,7 +603,7 @@
SDL_MAJOR_VERSION=1
SDL_MINOR_VERSION=1
- SDL_MICRO_VERSION=3
--SDL_INTERFACE_AGE=0
+ SDL_MICRO_VERSION=4
+-SDL_INTERFACE_AGE=1
+SDL_INTERFACE_AGE=2
- SDL_BINARY_AGE=3
+ SDL_BINARY_AGE=4
SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION
-@@ -620,9 +620,9 @@
+@@ -616,9 +616,9 @@
# libtool versioning
LT_RELEASE=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION
@@ -21,22 +21,7 @@
-@@ -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 @@
+@@ -2685,7 +2685,7 @@
SDL_CFLAGS=""