diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 17:17:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 17:17:14 +0200 |
commit | b448bbcdab09b70b4d03ea0bc9167878e7f054da (patch) | |
tree | 40ea72e4979ce176f6280b25368713122bee1b9c /package/lynx/patches/patch-src_chrtrans_makefile_in | |
parent | d804be5baee6590ff6e91d267c8cb9933ed7ac60 (diff) | |
parent | d2e5a673aa7637c990ca7307e831327eb67e3fe7 (diff) |
Merge branch 'master' of ssh://openadk.org/git/openadk
Diffstat (limited to 'package/lynx/patches/patch-src_chrtrans_makefile_in')
-rw-r--r-- | package/lynx/patches/patch-src_chrtrans_makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/lynx/patches/patch-src_chrtrans_makefile_in b/package/lynx/patches/patch-src_chrtrans_makefile_in new file mode 100644 index 000000000..038b5b7ad --- /dev/null +++ b/package/lynx/patches/patch-src_chrtrans_makefile_in @@ -0,0 +1,11 @@ +--- lynx2-8-7.orig/src/chrtrans/makefile.in 2007-08-03 01:24:27.000000000 +0200 ++++ lynx2-8-7/src/chrtrans/makefile.in 2009-06-13 12:29:28.000000000 +0200 +@@ -50,7 +50,7 @@ CPP_OPTS = \ + -I$(top_srcdir)/$(WWWINC) \ + -I$(top_srcdir)/ \ + $(INTLDIR_CPPFLAGS) $(SITE_DEFS) $(BUILD_CPPFLAGS) +-CC_OPTS = $(CPP_OPTS) $(BUILD_CFLAGS) ++CC_OPTS = $(CPP_OPTS) $(BUILD_CFLAGS) -DHOSTBUILD + + # + # This file contains the font map for the default (hardware) font |