pkgsrc/graphics/giram/patches/patch-ac
kristerw eb316020d4 Remove -DGTK_DISABLE_DEPRECATED, and fix some includes, so that it builds
with the currently packaged versions of its dependencies.
2004-05-16 00:57:24 +00:00

17 lines
472 B
Text

$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"