diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2017-06-02 20:10:12 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2017-06-02 20:10:12 +0000 |
commit | 1ee56cec514ad57c8020befbc3e646361c22323b (patch) | |
tree | 7cb221a9e74044ea12e81301542e383a4e8962b5 /patches | |
parent | ceeb88d755d8fd3445fa27685b9171d30b17c2c4 (diff) | |
download | midipix_build-1ee56cec514ad57c8020befbc3e646361c22323b.tar.bz2 midipix_build-1ee56cec514ad57c8020befbc3e646361c22323b.tar.xz |
patches/libXt-1.1.5.local.patch: build util/makestrs w/o cross-${{C,LD}FLAGS}.
Diffstat (limited to 'patches')
-rw-r--r-- | patches/libXt-1.1.5.local.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/libXt-1.1.5.local.patch b/patches/libXt-1.1.5.local.patch new file mode 100644 index 00000000..836a5b76 --- /dev/null +++ b/patches/libXt-1.1.5.local.patch @@ -0,0 +1,12 @@ +--- libXt-1.1.5/util/Makefile.in.orig 2015-05-01 05:36:41.000000000 +0000 ++++ libXt-1.1.5/util/Makefile.in 2017-06-02 20:09:36.275713948 +0000 +@@ -137,8 +137,7 @@ + am__v_CC_1 = + CCLD = $(CC) + LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ +- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ +- $(AM_LDFLAGS) $(LDFLAGS) -o $@ ++ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(CCLDFLAGS) -o $@ + AM_V_CCLD = $(am__v_CCLD_@AM_V@) + am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) + am__v_CCLD_0 = @echo " CCLD " $@; |