85625d4a3a
- Update to 3.9.0.4 [1] - Allow staging - Convert lib depends to new format PR: ports/184342 [1] Submitted by: maintainer
13 lines
416 B
C++
13 lines
416 B
C++
--- source/shared_lib/sources/platform/posix/ircclient.cpp.orig 2013-11-22 15:51:23.000000000 -0600
|
|
+++ source/shared_lib/sources/platform/posix/ircclient.cpp 2013-11-22 15:51:42.000000000 -0600
|
|
@@ -19,10 +19,7 @@
|
|
#if !defined(DISABLE_IRCCLIENT)
|
|
|
|
#include <libircclient.h>
|
|
-// upstream moved some defines into new headers as of 1.6
|
|
-#ifndef LIBIRCCLIENT_PRE1_6
|
|
#include <libirc_rfcnumeric.h>
|
|
-#endif
|
|
|
|
#endif
|
|
|