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/sdl12/files/patch-ak | |
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
Notes
Notes:
svn path=/head/; revision=72370
Diffstat (limited to '')
-rw-r--r-- | devel/sdl12/files/patch-ak | 4 |
1 files changed, 2 insertions, 2 deletions
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 |