diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-01-03 08:53:56 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-01-03 08:53:56 +0000 |
commit | a15a3d047987dd980c1d59dfd7c2a607357b9ca3 (patch) | |
tree | 01164a357537406dae8b244f792bcc2f25bf763d /devel | |
parent | update biology/babel to properly output mm3 files. (diff) |
Fix sdl11-config to return -I${LOCALBASE}/include, like previous
version did.
Prompted by: lioux
Diffstat (limited to 'devel')
-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 |