diff options
author | Tony Theodore <tonyt@logyst.com> | 2018-08-15 02:44:30 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-08-15 02:57:09 (GMT) |
commit | 7a5b4281dc86f225e55f3fb2122477eeb8088d15 (patch) | |
tree | 1efb16bbe43c227b9a20537723fd39ba24d18a7b | |
parent | a80c2094dc4950af76cd27ea4a5cd315b79aaf6b (diff) | |
download | mxe-7a5b4281dc86f225e55f3fb2122477eeb8088d15.zip mxe-7a5b4281dc86f225e55f3fb2122477eeb8088d15.tar.gz mxe-7a5b4281dc86f225e55f3fb2122477eeb8088d15.tar.bz2 |
gtkimageview guile: fix gcc6 build
-rw-r--r-- | plugins/gcc6/gcc6-overlay.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/gcc6/gcc6-overlay.mk b/plugins/gcc6/gcc6-overlay.mk index f29e85f..5687ef6 100644 --- a/plugins/gcc6/gcc6-overlay.mk +++ b/plugins/gcc6/gcc6-overlay.mk @@ -24,3 +24,8 @@ $(PKG)_FILE := gcc-$($(PKG)_VERSION).tar.xz $(PKG)_URL := https://ftp.gnu.org/gnu/gcc/gcc-$($(PKG)_VERSION)/$($(PKG)_FILE) $(PKG)_URL_2 := https://www.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-$($(PKG)_VERSION)/$($(PKG)_FILE) $(PKG)_PATCHES := $(dir $(lastword $(MAKEFILE_LIST)))/gcc6.patch + +# set these in respective makefiles if gcc6 becomes default +# and leave them blank for gcc5 plugin +gtkimageview_EXTRA_WARNINGS = -Wno-error=misleading-indentation +guile_EXTRA_WARNINGS = -Wno-error=misleading-indentation |