af93f62e24
it now uses the fltk2 toolkit instead of gtk1 add a patch to fix accessing websites that have ipv6 addr while you don't full changelog: http://cvs.auriga.wearlab.de/cgi-bin/cvsweb.cgi/dillo2/ChangeLog?rev=HEAD;cvsroot=dillo from new MAINTAINER James Turner (former maintainer Jim Uhl resigned) requested by kili@
19 lines
539 B
Plaintext
19 lines
539 B
Plaintext
$OpenBSD: patch-configure,v 1.4 2008/10/19 08:42:55 ajacoutot Exp $
|
|
--- configure.orig Fri Oct 17 06:47:30 2008
|
|
+++ configure Fri Oct 17 06:47:46 2008
|
|
@@ -7604,14 +7604,6 @@ cat >d_size.h <<_______EOF
|
|
|
|
#include "config.h"
|
|
|
|
-#if HAVE_STDINT_H == 0
|
|
-#include <stdint.h>
|
|
-#else
|
|
-typedef signed $gint16 int16_t;
|
|
-typedef unsigned $gint16 uint16_t;
|
|
-typedef signed $gint32 int32_t;
|
|
-typedef unsigned $gint32 uint32_t;
|
|
-#endif
|
|
typedef unsigned char uchar_t;
|
|
typedef unsigned short ushort_t;
|
|
typedef unsigned long ulong_t;
|