diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-03-16 04:06:48 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-03-16 04:06:48 +0000 |
commit | c9f5767464c0f20d3fb9628b30a797b3369fb100 (patch) | |
tree | 5ec2d636557b3ddc338797a064deeeaef2fd363a /devel/sdl12/files/patch-ai | |
parent | Update to 2004.03.15. (diff) |
devel/sdl12: upgrading to 1.2.7 + some fixes.
- upgrade to 1.2.7
- add a knob WITH_NAS
- fix dependences to aalib & svgalib
- use standard DOCSDIR & EXAMPLESDIR
- fix plist for NOPORTDOCS
- distribute README-SDL.txt.
PR: Based on ports/57475
Submitted by: Thierry Thomas <thierry@pompo.net>
Reviewed by: kris@ with a build on bento
Notes
Notes:
svn path=/head/; revision=104130
Diffstat (limited to 'devel/sdl12/files/patch-ai')
-rw-r--r-- | devel/sdl12/files/patch-ai | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/sdl12/files/patch-ai b/devel/sdl12/files/patch-ai index 6084e7e540c3..797e6bc54295 100644 --- a/devel/sdl12/files/patch-ai +++ b/devel/sdl12/files/patch-ai @@ -1,11 +1,11 @@ ---- include/Makefile.in.orig Sun Apr 23 22:34:25 2000 -+++ include/Makefile.in Sun Apr 23 22:34:43 2000 -@@ -106,7 +106,7 @@ - with_gcc = @with_gcc@ - with_gnu_ld = @with_gnu_ld@ +--- include/Makefile.in.orig Mon Feb 23 08:32:04 2004 ++++ include/Makefile.in Mon Mar 8 16:00:11 2004 +@@ -256,7 +256,7 @@ + target_vendor = @target_vendor@ + # The directory where the include files will be installed -libSDLincludedir = $(includedir)/SDL +libSDLincludedir = $(includedir)/SDL11 # Which header files to install - libSDLinclude_HEADERS = SDL.h SDL_active.h SDL_audio.h SDL_byteorder.h SDL_cdrom.h SDL_copying.h SDL_endian.h SDL_error.h SDL_events.h SDL_joystick.h SDL_keyboard.h SDL_keysym.h SDL_main.h SDL_mouse.h SDL_mutex.h SDL_quit.h SDL_rwops.h SDL_syswm.h SDL_thread.h SDL_timer.h SDL_types.h SDL_version.h SDL_video.h begin_code.h close_code.h + libSDLinclude_HEADERS = \ |