diff options
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 + + |