diff options
author | Jay Freeman <saurik@saurik.com> | 2009-07-07 10:53:46 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2009-07-07 10:53:46 +0000 |
commit | 6cb4d46de4c28fb0c75279e807b10241781f5ff9 (patch) | |
tree | 10c230890b1a1672f63dcbb88536f71cd36a23f6 /data/aptitude/xopen.diff | |
parent | 89173808ba701ce78288c7316d65048388710580 (diff) |
Upgraded Aptitude for 3.x.
git-svn-id: http://svn.telesphoreo.org/trunk@631 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/aptitude/xopen.diff')
-rw-r--r-- | data/aptitude/xopen.diff | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/data/aptitude/xopen.diff b/data/aptitude/xopen.diff deleted file mode 100644 index b43bf14b1..000000000 --- a/data/aptitude/xopen.diff +++ /dev/null @@ -1,25 +0,0 @@ -diff -ru aptitude-0.4.4.orig/src/vscreen/config/style.h aptitude-0.4.4.orig+iPhone/src/vscreen/config/style.h ---- aptitude-0.4.4.orig/src/vscreen/config/style.h 2006-10-27 04:26:08.000000000 +0000 -+++ aptitude-0.4.4.orig+iPhone/src/vscreen/config/style.h 2008-05-13 09:17:57.000000000 +0000 -@@ -20,8 +20,6 @@ - #ifndef STYLE_H - #define STYLE_H - --#include <ncursesw/curses.h> -- - #include <vscreen/curses++.h> - - #include <string> -diff -ru aptitude-0.4.4.orig/src/vscreen/curses++.h aptitude-0.4.4.orig+iPhone/src/vscreen/curses++.h ---- aptitude-0.4.4.orig/src/vscreen/curses++.h 2006-10-27 04:26:08.000000000 +0000 -+++ aptitude-0.4.4.orig+iPhone/src/vscreen/curses++.h 2008-05-13 09:17:43.000000000 +0000 -@@ -22,6 +22,9 @@ - #ifndef CURSES_PLUSPLUS_H - #define CURSES_PLUSPLUS_H - -+#define _XOPEN_SOURCE -+#define _XOPEN_SOURCE_EXTENDED 1 -+ - #include <string> - #include <ncursesw/curses.h> - |