diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-04-05 19:01:48 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-04-05 19:01:48 +0000 |
commit | 22d8d01d044ec4edf35e0158913e5d61cbecffcd (patch) | |
tree | c92101fac8d3fc25fc71b4fdfe8cf47001c33e23 /devel/libuta/files/patch-ag | |
parent | Add atlas 0.4.0, a C++ reference implementation of the Atlas protocol. (diff) |
Add libuta 0.3.36, a Graphical User Interface library for C++.
PR: 26250
Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
Notes
Notes:
svn path=/head/; revision=40907
Diffstat (limited to 'devel/libuta/files/patch-ag')
-rw-r--r-- | devel/libuta/files/patch-ag | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/libuta/files/patch-ag b/devel/libuta/files/patch-ag new file mode 100644 index 000000000000..01a860651720 --- /dev/null +++ b/devel/libuta/files/patch-ag @@ -0,0 +1,14 @@ +--- uta/sound.h.orig Sat Mar 31 05:25:38 2001 ++++ uta/sound.h Sat Mar 31 05:27:39 2001 +@@ -36,9 +36,9 @@ + #endif + + #ifdef HAVE_MIXER +-#include <SDL/SDL_mixer.h> ++#include <SDL11/SDL_mixer.h> + #else +-#include <SDL/SDL_types.h> ++#include <SDL11/SDL_types.h> + #endif + + namespace uta { |