freebsd-ports/audio/terminatorx/files/patch-src_tX_mouse.h
Pietro Cerutti 5d571f26be - Fix build with clang
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS
- Get rid of shlib versions in LIB_DEPENDS
- Trim Makefile headers
- Pet portlint by renaming patch files
2013-03-20 08:56:07 +00:00

11 lines
348 B
C

--- src/tX_mouse.h.orig 2011-01-31 06:01:32.000000000 +0900
+++ src/tX_mouse.h 2011-03-18 02:55:38.000000000 +0900
@@ -34,7 +34,7 @@
#include <X11/extensions/XInput.h>
#include <X11/keysym.h>
#include <glib.h>
-#include <gdk/gdk.h>
+#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
/* Use old gdk keys if the new ones are not yet defined */