diff options
author | Tony Theodore <tonyt@logyst.com> | 2018-02-26 11:24:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-26 11:24:19 (GMT) |
commit | 0c7a0c4bda07ce0310cefd11e39dfdf7f3896560 (patch) | |
tree | 8eca23476ad9d16a457a41e50081748500057ec7 /plugins | |
parent | 9f92f59a29e8f49ca569823c2301bed8daf20986 (diff) | |
download | mxe-0c7a0c4bda07ce0310cefd11e39dfdf7f3896560.zip mxe-0c7a0c4bda07ce0310cefd11e39dfdf7f3896560.tar.gz mxe-0c7a0c4bda07ce0310cefd11e39dfdf7f3896560.tar.bz2 |
glib: build on darwin instead of using macports binaries (#2059)
see #2053
Diffstat (limited to 'plugins')
l--------- | plugins/native/darwin/glib2-macports.mk | 1 | ||||
-rw-r--r-- | plugins/native/darwin/overrides.mk | 3 | ||||
-rw-r--r-- | plugins/native/glib2-macports.mk | 19 |
3 files changed, 1 insertions, 22 deletions
diff --git a/plugins/native/darwin/glib2-macports.mk b/plugins/native/darwin/glib2-macports.mk deleted file mode 120000 index da39c4a..0000000 --- a/plugins/native/darwin/glib2-macports.mk +++ /dev/null @@ -1 +0,0 @@ -../glib2-macports.mk
\ No newline at end of file diff --git a/plugins/native/darwin/overrides.mk b/plugins/native/darwin/overrides.mk index a34ed06..2a2cd89 100644 --- a/plugins/native/darwin/overrides.mk +++ b/plugins/native/darwin/overrides.mk @@ -1,7 +1,6 @@ # This file is part of MXE. See LICENSE.md for licensing information. # additional modifications to control native builds -glib_DEPS_$(BUILD) := glib2-macports -gettext_DEPS_$(BUILD) := +glib_DEPS_$(BUILD) := gettext_BUILD_$(BUILD) := libiconv_BUILD_$(BUILD) := diff --git a/plugins/native/glib2-macports.mk b/plugins/native/glib2-macports.mk deleted file mode 100644 index f09eaf2..0000000 --- a/plugins/native/glib2-macports.mk +++ /dev/null @@ -1,19 +0,0 @@ -# This file is part of MXE. See LICENSE.md for licensing information. - -PKG := glib2-macports -$(PKG)_WEBSITE := packages.macports.org -$(PKG)_DESCR := glib2 pre-built macports package -$(PKG)_IGNORE := -$(PKG)_VERSION := 2.50.3 -$(PKG)_CHECKSUM := b7327d69c8a32d2f4ec4e885c0de189618ca6cd54999c62d1de5d37d78c515cd -$(PKG)_SUBDIR := . -$(PKG)_FILE := glib2-$($(PKG)_VERSION)_0.darwin_16.x86_64.tbz2 -$(PKG)_URL := https://packages.macports.org/glib2/glib2-$($(PKG)_VERSION)_0.darwin_16.x86_64.tbz2 -$(PKG)_DEPS := -$(PKG)_TARGETS := $(BUILD) -$(PKG)_TYPE := source-only - -define $(PKG)_UPDATE - echo 'manually update glib2-macports as necessary' >&2; - echo $(glib2-macports_VERSION) -endef |