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-ac | |
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-ac')
-rw-r--r-- | devel/libuta/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libuta/files/patch-ac b/devel/libuta/files/patch-ac new file mode 100644 index 000000000000..5bde56c9bf9f --- /dev/null +++ b/devel/libuta/files/patch-ac @@ -0,0 +1,11 @@ +--- uta/event.h.orig Sat Mar 31 05:24:44 2001 ++++ uta/event.h Sat Mar 31 05:26:20 2001 +@@ -21,7 +21,7 @@ + #ifndef _EVENT_H + #define _EVENT_H + +-#include <SDL/SDL.h> ++#include <SDL11/SDL.h> + #include "keysym.h" + #include "point.h" + |