aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authoramet <amet.nospam@gmail.com>2013-10-12 22:43:38 +0400
committeramet <amet.nospam@gmail.com>2013-10-16 21:48:03 +0400
commit658c4e0c561073b7e3240f99a1a27f46a0026ec8 (patch)
tree2e364558f94f8fc0d9bc9bb25a09d09d1d6325f4 /tools
parentbbea12bc603cc521473fdcbe25d6e504611fd4cf (diff)
[xcode5] cmake fix build
Diffstat (limited to 'tools')
-rw-r--r--tools/depends/native/pkg-config-native/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/depends/native/pkg-config-native/Makefile b/tools/depends/native/pkg-config-native/Makefile
index fe072e7f46..4ea10782c1 100644
--- a/tools/depends/native/pkg-config-native/Makefile
+++ b/tools/depends/native/pkg-config-native/Makefile
@@ -6,7 +6,7 @@ DEPS= ../../Makefile.include.in Makefile
# lib name, version
# lib name, version
LIBNAME=pkg-config
-VERSION=0.23
+VERSION=0.28
SOURCE=$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.gz
@@ -16,7 +16,7 @@ PC_PATH:=$(PC_PATH):/usr/lib/pkgconfig:/usr/lib/$(HOST)/pkgconfig:/usr/share/pkg
endif
# configuration settings
-CONFIGURE=./configure --prefix=$(PREFIX) --enable-indirect-deps --with-pc-path=$(PC_PATH)
+CONFIGURE=./configure --prefix=$(PREFIX) --enable-indirect-deps --with-pc-path=$(PC_PATH) --with-internal-glib
LIBDYLIB=$(PLATFORM)/pkg-config
CLEAN_FILES=$(ARCHIVE) $(PLATFORM)