updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / beeswax / beeswax-0.2.0-wctype.diff
blob49e386ebfb9e4328ae1c07bfc6ab831f6a095227
1 --- beeswax-0.2.0/beeswax.h 2008-06-20 02:11:48.000000000 +0700
2 +++ beeswax-0.2.0-patch/beeswax.h 2008-06-22 23:15:23.000000000 +0700
3 @@ -18,8 +18,9 @@
4 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
5 */
7 -#include <ncursesw/curses.h>
8 +#include <curses.h>
9 #include <libxml/parser.h>
10 +#include <wctype.h>
12 #define APP "Beeswax"
14 --- beeswax-0.2.0/config.mk 2008-06-20 02:11:48.000000000 +0700
15 +++ beeswax-0.2.0-patch/config.mk 2008-06-22 23:15:02.000000000 +0700
16 @@ -4,7 +4,7 @@ VERSION = 0.2.0
17 # Customize below to fit your system
19 # paths
20 -PREFIX = /usr/local
21 +PREFIX = /usr
22 MANPREFIX = ${PREFIX}/share/man
24 XMLINCS = `xml2-config --cflags`