diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-18 06:07:27 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-22 14:19:06 +0100 |
commit | 8d4de3aa652e79de987412396307f16d85fdd261 (patch) | |
tree | 837bdd877c4399da8acc5830ea892e1ef27cee7d /package/lynx/patches/patch-makefile_in | |
parent | 6f6d6788a59267b110a9c6e0d73a9a66a603a648 (diff) |
lynx: update to 2.9.0
Diffstat (limited to 'package/lynx/patches/patch-makefile_in')
-rw-r--r-- | package/lynx/patches/patch-makefile_in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/lynx/patches/patch-makefile_in b/package/lynx/patches/patch-makefile_in deleted file mode 100644 index 5cb6b5962..000000000 --- a/package/lynx/patches/patch-makefile_in +++ /dev/null @@ -1,11 +0,0 @@ ---- lynx2-8-8.orig/makefile.in 2014-03-09 22:43:10.000000000 +0100 -+++ lynx2-8-8/makefile.in 2014-03-21 23:17:26.000000000 +0100 -@@ -210,7 +210,7 @@ SRC_CFLAGS = \ - WWWINC=$(WWW_DIR) \ - WWWLIB="../$(WWW_DIR)/libwww.a" - --actual_PROG = `echo lynx| sed '$(transform)'` -+actual_PROG = lynx - binary_PROG = $(actual_PROG)$x - - all lynx$x: cfg_defs.h LYHelp.h |