diff options
Diffstat (limited to 'graphics/giram/patches/patch-ac')
-rw-r--r-- | graphics/giram/patches/patch-ac | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/giram/patches/patch-ac b/graphics/giram/patches/patch-ac new file mode 100644 index 00000000000..9a3d62cd408 --- /dev/null +++ b/graphics/giram/patches/patch-ac @@ -0,0 +1,17 @@ +$NetBSD: patch-ac,v 1.3 2004/05/16 00:57:24 kristerw Exp $ + +--- src/texture.c.orig Sat May 15 13:29:15 2004 ++++ src/texture.c Sat May 15 13:29:42 2004 +@@ -21,10 +21,10 @@ + #include <string.h> + #undef GTK_DISABLE_DEPRECATED + #warning GTK_DISABLE_DEPRECATED +-#include "giram.h" +-#include "utils.h" + #include "widgets/gtkcolorbutton.h" + #include "widgets/gtkcolormapbutton.h" ++#include "giram.h" ++#include "utils.h" + #include "texture.h" + + #include "widgets/giramwidgets.h" |