diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-08 12:15:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-08 12:15:43 +0100 |
commit | 424e20778f7bdb867cf6e3e34e19742ff36fffaf (patch) | |
tree | 08126337f603062e9602f8822cd8289d073122c1 /package/libXt/patches | |
parent | 6426f942fc4421403927daa6cf2e6c26e99d978b (diff) |
another gold user eliminated, build fixes
Diffstat (limited to 'package/libXt/patches')
-rw-r--r-- | package/libXt/patches/patch-util_Makefile_am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/libXt/patches/patch-util_Makefile_am b/package/libXt/patches/patch-util_Makefile_am new file mode 100644 index 000000000..a97bc50dd --- /dev/null +++ b/package/libXt/patches/patch-util_Makefile_am @@ -0,0 +1,10 @@ +--- libXt-1.1.3.orig/util/Makefile.am 2012-03-16 06:52:08.000000000 +0100 ++++ libXt-1.1.3/util/Makefile.am 2014-01-07 13:22:11.833722316 +0100 +@@ -10,7 +10,6 @@ EXTRA_DIST = \ + StrDefs.ht \ + string.list + +-AM_CFLAGS = $(XT_CFLAGS) + makestrs_SOURCES = makestrs.c + + |