freebsd-ports/net-im/licq/files/patch-main.cpp
Dirk Meyer 86a6f41038 - allows licq used as master-port. e.G. for socks.
- remove WITH_DANTE
- fix SOCKS support to work with net/socks5-port.
PR:		47636
Submitted by:	lofi@lofi.dyndns.org
2003-01-31 04:48:15 +00:00

10 lines
208 B
C++

--- src/main.cpp.orig Wed Jan 29 13:19:50 2003
+++ src/main.cpp Wed Jan 29 13:20:13 2003
@@ -10,7 +10,6 @@
#ifdef USE_SOCKS5
#define SOCKS
-#define INCLUDE_PROTOTYPES
extern "C" {
#include <socks.h>
}