diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-08 16:17:17 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-08 16:17:17 +0100 |
commit | 519d88693ecc99618a0e87b480e47980fe2150d1 (patch) | |
tree | d035286a04826b3354631818ebc3ca4cf3a38c29 /package/libXt/patches | |
parent | 2809a931ca5818f418fd383fc0a1e026cccc972f (diff) | |
parent | d93c019f2cfdf53be59f02600cc25c547ba24edc (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 + + |