Browse Source

now add the patch I missed last time

Waldemar Brodkorb 11 years ago
parent
commit
357a969c1f

+ 1 - 1
package/glib/Makefile

@@ -5,7 +5,7 @@ include ${ADK_TOPDIR}/rules.mk
 
 PKG_NAME:=		glib
 PKG_VERSION:=		2.40.0
-PKG_RELEASE:=		3
+PKG_RELEASE:=		4
 PKG_EXTRAVER:=		2.40
 PKG_MD5SUM:=		05fb7cb17eacbc718e90366a1eae60d9
 PKG_DESCR:=		low-level core library that forms the basis of gtk+

+ 15 - 0
package/glib/patches/patch-gio_gdbus-2_0_codegen_gdbus-codegen_in

@@ -0,0 +1,15 @@
+--- glib-2.40.0.orig/gio/gdbus-2.0/codegen/gdbus-codegen.in	2014-02-03 18:40:41.000000000 +0100
++++ glib-2.40.0/gio/gdbus-2.0/codegen/gdbus-codegen.in	2014-06-22 20:42:44.000000000 +0200
+@@ -27,11 +27,8 @@ srcdir = os.getenv('UNINSTALLED_GLIB_SRC
+ 
+ if srcdir is not None:
+     path = os.path.join(srcdir, 'gio', 'gdbus-2.0')
+-elif os.name == 'nt':
+-    # Makes gdbus-codegen 'relocatable' at runtime on Windows.
+-    path = os.path.join(os.path.dirname(__file__), '..', 'share', 'glib-2.0')
+ else:
+-    path = os.path.join('@datadir@', 'glib-2.0')
++    path = os.path.join(os.path.dirname(__file__), '..', 'share', 'glib-2.0')
+ 
+ sys.path.insert(0, os.path.abspath(path))
+ from codegen import codegen_main