freebsd-ports/www/aria/files/patch-src::gui_download.cc
Kirill Ponomarev 42baadd690 - Fix build on big-endian arch
PR:		ports/65371
Submitted by:	Ports Fury
2004-04-09 18:20:43 +00:00

11 lines
291 B
C++

--- src/gui_download.cc.orig Wed Oct 2 00:32:00 2002
+++ src/gui_download.cc Thu Apr 8 22:55:40 2004
@@ -24,7 +24,7 @@
#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>
-#include <pair.h>
+//#include <pair.h>
#include <list>
#include <algorithm>
#include "aria.h"