Waldemar Brodkorb 6 anni fa
parent
commit
adc98ce8df
2 ha cambiato i file con 1 aggiunte e 12 eliminazioni
  1. 1 1
      package/glib/Makefile
  2. 0 11
      package/glib/patches/patch-configure

+ 1 - 1
package/glib/Makefile

@@ -11,7 +11,7 @@ PKG_HASH:=		40ef3f44f2c651c7a31aedee44259809b6f03d3d20be44545cd7d177221c0b8d
 PKG_DESCR:=		low-level core library that forms the basis of gtk+
 PKG_SECTION:=		libs/misc
 PKG_DEPENDS:=		libpcre zlib
-PKG_BUILDDEP:=		glib-host libffi zlib dbus pcre
+PKG_BUILDDEP:=		glib-host util-linux libffi zlib dbus pcre
 HOST_BUILDDEP:=		pkgconf-host libiconv-host libffi-host python2-host gettext-host util-linux-host
 PKG_NEEDS:=		threads intl iconv
 PKG_URL:=		http://www.gtk.org/

+ 0 - 11
package/glib/patches/patch-configure

@@ -1,11 +0,0 @@
-- glib-2.48.2.orig/configure	2016-08-17 18:37:42.000000000 +0200
-+++ glib-2.48.2/configure	2017-12-14 14:37:31.000000000 +0100
-@@ -6027,7 +6027,7 @@ if test "x$glib_have_cocoa" = "xyes"; th
- 
- $as_echo "#define HAVE_COCOA 1" >>confdefs.h
- 
--  COCOA_LIBS="-Wl,-framework,Foundation"
-+  COCOA_LIBS="-Wl,-framework,Foundation,-framework,Cocoa"
-   LDFLAGS="$LDFLAGS $COCOA_LIBS"
- 
-   osx_version=`sw_vers -productVersion`