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-ao | |
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-ao')
-rw-r--r-- | devel/libuta/files/patch-ao | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libuta/files/patch-ao b/devel/libuta/files/patch-ao new file mode 100644 index 000000000000..4c45fe4118d3 --- /dev/null +++ b/devel/libuta/files/patch-ao @@ -0,0 +1,11 @@ +--- uta/sge_draw.h.orig Sat Mar 31 05:52:07 2001 ++++ uta/sge_draw.h Sat Mar 31 05:52:34 2001 +@@ -18,7 +18,7 @@ + #ifndef sge_draw_H + #define sge_draw_H + +-#include <SDL/SDL.h> ++#include <SDL11/SDL.h> + #include "sge_internal.h" + + |