freebsd-ports/www/xpi-conkeror/files/patch-conkeror--spawn--helper.c
Ashish SHUKLA 50f92c8f70 - Update to snapshot dated 20131117
- Add STAGEing support
- Add OPTIONs for building with Firefox, or libxul
- Add LICENSE information
- Improve package description

PR:		ports/183646
Submitted by:	Joseph Mingrone <jrm at ftfl.ca>
2013-12-02 14:02:20 +00:00

10 lines
282 B
C

--- conkeror/conkeror-spawn-helper.c.orig 2013-08-16 13:08:22.000000000 -0300
+++ conkeror-spawn-helper.c 2013-11-03 22:48:41.000000000 -0400
@@ -5,6 +5,7 @@
* COPYING file.
**/
+#include <arpa/inet.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <unistd.h>