[84488] trunk/dports/databases/sqlite3/files/patch-shell.c.diff

mww at macports.org mww at macports.org
Mon Sep 26 11:55:23 PDT 2011


Revision: 84488
          http://trac.macports.org/changeset/84488
Author:   mww at macports.org
Date:     2011-09-26 11:55:23 -0700 (Mon, 26 Sep 2011)
Log Message:
-----------
add missing patchfile

Added Paths:
-----------
    trunk/dports/databases/sqlite3/files/patch-shell.c.diff

Added: trunk/dports/databases/sqlite3/files/patch-shell.c.diff
===================================================================
--- trunk/dports/databases/sqlite3/files/patch-shell.c.diff	                        (rev 0)
+++ trunk/dports/databases/sqlite3/files/patch-shell.c.diff	2011-09-26 18:55:23 UTC (rev 84488)
@@ -0,0 +1,12 @@
+--- shell.c.orig	2011-09-20 04:47:01.000000000 +1000
++++ shell.c	2011-09-21 17:54:28.000000000 +1000
+@@ -42,8 +42,7 @@
+ # include <editline/editline.h>
+ #endif
+ #if defined(HAVE_READLINE) && HAVE_READLINE==1
+-# include <readline/readline.h>
+-# include <readline/history.h>
++# include <editline/readline.h>
+ #endif
+ #if !defined(HAVE_EDITLINE) && (!defined(HAVE_READLINE) || HAVE_READLINE!=1)
+ # define readline(p) local_getline(p,stdin)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110926/036f8cf3/attachment.html>


More information about the macports-changes mailing list