summaryrefslogtreecommitdiff
path: root/devel/sdl12
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2003-01-03 08:53:56 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2003-01-03 08:53:56 +0000
commita15a3d047987dd980c1d59dfd7c2a607357b9ca3 (patch)
tree01164a357537406dae8b244f792bcc2f25bf763d /devel/sdl12
parentupdate 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 'devel/sdl12')
-rw-r--r--devel/sdl12/Makefile1
-rw-r--r--devel/sdl12/files/patch-ak4
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