diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-03-12 17:52:01 +0100 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-03-12 17:52:01 +0100 |
commit | 5f5ee3452f968ce6fddea93ffb711eb7b19c88c2 (patch) | |
tree | 345ca2b4c5d14f7d03fd756b2bb9afaa917858e0 /package/libXt/patches/patch-util_Makefile_in | |
parent | 942a1dda2b6907db6970c8bff6d511d1a4950725 (diff) | |
parent | a63345271e2bade576fec190e964cea5938fcbfd (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libXt/patches/patch-util_Makefile_in')
-rw-r--r-- | package/libXt/patches/patch-util_Makefile_in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/package/libXt/patches/patch-util_Makefile_in b/package/libXt/patches/patch-util_Makefile_in index 2ec3ddf38..3a66fdb31 100644 --- a/package/libXt/patches/patch-util_Makefile_in +++ b/package/libXt/patches/patch-util_Makefile_in @@ -1,5 +1,5 @@ --- libXt-1.0.9.orig/util/Makefile.in 2010-10-28 21:04:12.000000000 +0200 -+++ libXt-1.0.9/util/Makefile.in 2011-11-05 16:05:13.000000000 +0100 ++++ libXt-1.0.9/util/Makefile.in 2012-03-12 15:28:44.703027309 +0100 @@ -108,7 +108,7 @@ CFLAGS = @CFLAGS_FOR_BUILD@ CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ CHANGELOG_CMD = @CHANGELOG_CMD@ @@ -9,3 +9,12 @@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ +@@ -231,7 +231,7 @@ top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + EXTRA_DIST = Shell.ht StrDefs.ct StrDefs.ht string.list $(appman_PRE) +-makestrs_CFLAGS = $(XT_CFLAGS) ++makestrs_CFLAGS = + makestrs_SOURCES = makestrs.c + + # Man page |