diff options
author | Graeme Gregory <dp@xora.org.uk> | 2005-12-21 16:00:20 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-12-21 16:00:20 +0000 |
commit | fd021ba0bcb90b524ede0384973cb3571311b5d2 (patch) | |
tree | a2f854bbfa73ee5114120c58f7785402847b0ee7 /packages/links/files | |
parent | 4a715c9ba1ae6189a17cc69167206381b9ca4450 (diff) |
links_2.1pre20, links-x11_2.1pre20: add the latest version of the links2 browser and create a bb file for the x11 version as default is fb/gpm based.
Diffstat (limited to 'packages/links/files')
-rw-r--r-- | packages/links/files/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/links/files/ac-prog-cxx.patch | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/packages/links/files/.mtn2git_empty b/packages/links/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/links/files/.mtn2git_empty diff --git a/packages/links/files/ac-prog-cxx.patch b/packages/links/files/ac-prog-cxx.patch new file mode 100644 index 0000000000..41c3826850 --- /dev/null +++ b/packages/links/files/ac-prog-cxx.patch @@ -0,0 +1,11 @@ +--- links-2.1pre20/configure.in.orig 2005-12-21 15:23:49.000000000 +0000 ++++ links-2.1pre20/configure.in 2005-12-21 15:23:59.000000000 +0000 +@@ -18,7 +18,7 @@ + dnl Checks for programs. + AC_PROG_CC + +-#AC_PROG_CXX ++AC_PROG_CXX + #AC_PROG_AWK + #AM_PROG_LEX + #AC_PROG_YACC |