diff options
-rw-r--r-- | devel/sdl12/Makefile | 1 | ||||
-rw-r--r-- | devel/sdl12/files/patch-ak | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile index cf1655c68a4b..eb0a5a0e42bb 100644 --- a/devel/sdl12/Makefile +++ b/devel/sdl12/Makefile @@ -7,6 +7,7 @@ PORTNAME= sdl PORTVERSION= 1.2.5 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.libsdl.org/release/ \ http://www.devolution.com/~slouken/SDL/release/ diff --git a/devel/sdl12/files/patch-ak b/devel/sdl12/files/patch-ak index 2ef464dff72f..36e1616c3f76 100644 --- a/devel/sdl12/files/patch-ak +++ b/devel/sdl12/files/patch-ak @@ -2,7 +2,7 @@ $FreeBSD$ --- sdl-config.in.orig Mon Sep 9 08:28:06 2002 -+++ sdl-config.in Thu Jan 2 12:44:39 2003 ++++ sdl-config.in Fri Jan 3 10:43:28 2003 @@ -5,7 +5,7 @@ exec_prefix_set=no @@ -17,7 +17,7 @@ $FreeBSD$ ;; --cflags) - echo -I@includedir@/SDL @SDL_CFLAGS@ -+ echo -I@includedir@/SDL11 @SDL_CFLAGS@ ++ echo -I@includedir@/SDL11 -I@includedir@ @SDL_CFLAGS@ # The portable way of including SDL is #include "SDL.h" #if test @includedir@ != /usr/include ; then |