Magellan Linux

Contents of /trunk/orbit/patches/orbit-2.14.19-allow-deprecated.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2190 - (show annotations) (download)
Mon Jun 10 07:55:10 2013 UTC (10 years, 11 months ago) by niro
File size: 814 byte(s)
-fix a ftbfs
1 --- ORBit2-2.14.19/linc2/src/Makefile.am.depr 2013-03-15 09:24:45.384143557 -0400
2 +++ ORBit2-2.14.19/linc2/src/Makefile.am 2013-03-15 09:24:55.172144088 -0400
3 @@ -12,8 +12,7 @@
4 -I$(top_builddir)/linc2/include \
5 -I$(top_srcdir)/linc2/include \
6 $(LINC_CFLAGS) \
7 - $(WARN_CFLAGS) \
8 - -DG_DISABLE_DEPRECATED
9 + $(WARN_CFLAGS)
10
11 if OS_WIN32
12 else
13 --- ORBit2-2.14.19/linc2/src/Makefile.in.depr 2013-03-15 09:24:45.943143588 -0400
14 +++ ORBit2-2.14.19/linc2/src/Makefile.in 2013-03-15 09:25:08.333144801 -0400
15 @@ -244,7 +244,7 @@
16 # -I$(top_srcdir)/include
17 INCLUDES = -I$(top_builddir)/linc2/include \
18 -I$(top_srcdir)/linc2/include $(LINC_CFLAGS) $(WARN_CFLAGS) \
19 - -DG_DISABLE_DEPRECATED $(am__append_1)
20 + $(am__append_1)
21 liblinc_la_SOURCES = \
22 linc.c \
23 linc-connection.c \