freebsd-ports/chinese/pcmanx/files/patch-src-pcmanx_gtk2.cpp
Li-Wen Hsu 9dd89ffa9e - Added a patch in upstream but not release yet to fix the code that
incorrectly trim URL [1]
- Sort patches
- Pet portlint

PR:		230020 [1]
Submitted by:	holishing <holishingtest@gmail.com>
2018-08-11 08:30:55 +00:00

11 lines
233 B
C++

--- src/pcmanx_gtk2.cpp.orig 2016-02-16 12:31:46 UTC
+++ src/pcmanx_gtk2.cpp
@@ -35,6 +35,8 @@
#include <cstring>
#include <ltdl.h>
+#include <libintl.h>
+
#include "mainframe.h"
#include "appconfig.h"
#include "telnetcon.h"