diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-07 13:05:46 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-07 13:05:46 +0000 |
commit | cd656333fb357b4656295d5610c5ee76a0d29fd8 (patch) | |
tree | 50b890fc73b5f6a3a5105a5512f31a730599f2fd /devel/sdl-devel | |
parent | 6d71c7821e53f635ed80b942823bbbf19839733c (diff) | |
download | ports-cd656333fb357b4656295d5610c5ee76a0d29fd8.tar.gz ports-cd656333fb357b4656295d5610c5ee76a0d29fd8.zip |
Notes
Diffstat (limited to 'devel/sdl-devel')
-rw-r--r-- | devel/sdl-devel/Makefile | 2 | ||||
-rw-r--r-- | devel/sdl-devel/distinfo | 2 | ||||
-rw-r--r-- | devel/sdl-devel/files/patch-ac | 31 |
3 files changed, 10 insertions, 25 deletions
diff --git a/devel/sdl-devel/Makefile b/devel/sdl-devel/Makefile index b063dbdff9b3..b50d7fe96f9e 100644 --- a/devel/sdl-devel/Makefile +++ b/devel/sdl-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sdl-devel -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 CATEGORIES= devel MASTER_SITES= http://www.libsdl.org/release/ \ http://www.devolution.com/~slouken/SDL/release/ diff --git a/devel/sdl-devel/distinfo b/devel/sdl-devel/distinfo index 01cc6b25dafc..a2920471af70 100644 --- a/devel/sdl-devel/distinfo +++ b/devel/sdl-devel/distinfo @@ -1 +1 @@ -MD5 (SDL-1.1.3.tar.gz) = 675cd5df455b32e7648c86cd734d5a33 +MD5 (SDL-1.1.4.tar.gz) = aaffe4c7f7dee563124087a70eea315e diff --git a/devel/sdl-devel/files/patch-ac b/devel/sdl-devel/files/patch-ac index 3491026be654..46e9710143bc 100644 --- a/devel/sdl-devel/files/patch-ac +++ b/devel/sdl-devel/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="" |