diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 17:15:01 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 17:15:01 +0200 |
commit | d2e5a673aa7637c990ca7307e831327eb67e3fe7 (patch) | |
tree | 70e2d421684317208dc94db354551aca749b3328 /package/lynx/patches/patch-src_chrtrans_makefile_in | |
parent | a8259a651484f6dd5051a20e64f43ae27fc04613 (diff) | |
parent | 6d7a7f4776711758cf5b59028378f01cd8eba493 (diff) |
Merge branch 'master' of git+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 |