diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-08 18:20:18 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-08 18:20:18 +0100 |
commit | 6713bcc9630b526608fdbda6658d07dd157d0e7b (patch) | |
tree | 63e6bfd9ec762781e8f13a24b7094d18f9653e0a /package/libXt/patches/patch-util_Makefile_am | |
parent | a661401986a5e51920eb093ea5cc10743a491f9e (diff) | |
parent | 519d88693ecc99618a0e87b480e47980fe2150d1 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libXt/patches/patch-util_Makefile_am')
-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 + + |