diff options
author | Mark Brand <mabrand@mabrand.nl> | 2011-11-28 09:41:34 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2011-11-28 09:41:34 (GMT) |
commit | cdf34d69f3495723758e06a98c55d0d55ad64386 (patch) | |
tree | 24bbb0146edb5bb9cb8b554058b874699a453381 /src/gtkglextmm.mk | |
parent | 148931b4aed129a02b3a333bf7d9bedbae6c131d (diff) | |
download | mxe-cdf34d69f3495723758e06a98c55d0d55ad64386.zip mxe-cdf34d69f3495723758e06a98c55d0d55ad64386.tar.gz mxe-cdf34d69f3495723758e06a98c55d0d55ad64386.tar.bz2 |
packages gtk2 gtkglextmm pango: replace wine workaround patches
Diffstat (limited to 'src/gtkglextmm.mk')
-rw-r--r-- | src/gtkglextmm.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gtkglextmm.mk b/src/gtkglextmm.mk index 04fd7c8..dbf2466 100644 --- a/src/gtkglextmm.mk +++ b/src/gtkglextmm.mk @@ -23,6 +23,7 @@ endef define $(PKG)_BUILD cd '$(1)' && ./configure \ --host='$(TARGET)' \ + --build="`config.guess`" \ --prefix='$(PREFIX)/$(TARGET)' \ --disable-shared $(MAKE) -C '$(1)' -j '$(JOBS)' install \ |