summaryrefslogtreecommitdiff
path: root/system/orbit2/glib-2.36.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/orbit2/glib-2.36.patch')
-rw-r--r--system/orbit2/glib-2.36.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/system/orbit2/glib-2.36.patch b/system/orbit2/glib-2.36.patch
deleted file mode 100644
index c94f920f7..000000000
--- a/system/orbit2/glib-2.36.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-linc2_src_Makefile.in,v 1.1 2013/04/19 14:28:54 prlw1 Exp $
-
-Avoid compilation error caused by use of deprecated g_thread API
-
---- ./linc2/src/Makefile.in.orig 2010-09-28 09:39:39.000000000 +0000
-+++ ./linc2/src/Makefile.in
-@@ -244,7 +244,7 @@ noinst_LTLIBRARIES = liblinc.la
- # -I$(top_srcdir)/include
- INCLUDES = -I$(top_builddir)/linc2/include \
- -I$(top_srcdir)/linc2/include $(LINC_CFLAGS) $(WARN_CFLAGS) \
-- -DG_DISABLE_DEPRECATED $(am__append_1)
-+ $(am__append_1)
- liblinc_la_SOURCES = \
- linc.c \
- linc-connection.c \