mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Sync with 0.55
- remove version number from utf patch until accepted
This commit is contained in:
parent
31d52c8c98
commit
282aaeac02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57426
@ -15,7 +15,7 @@ MAINTAINER= cjh@FreeBSD.org
|
||||
LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv
|
||||
|
||||
# Slightly modified from http://master.debian.or.kr/~alee/patch/
|
||||
EXTRA_PATCHES= ${.CURDIR}/files/gaim-0.54-utf.diff
|
||||
EXTRA_PATCHES= ${.CURDIR}/files/gaim-utf.diff
|
||||
|
||||
.if !exists(/usr/include/langinfo.h)
|
||||
BROKEN= "/usr/include/langinfo.h needed; 4-stable after Mar 13 2002 and -current"
|
||||
|
@ -13,7 +13,7 @@
|
||||
extern time_t get_time(int, int, int, int, int, int);
|
||||
--- gaim-0.54.orig/src/util.c
|
||||
+++ src/util.c
|
||||
@@ -33,9 +33,15 @@
|
||||
@@ -33,10 +33,16 @@
|
||||
#include <sys/wait.h>
|
||||
#include <ctype.h>
|
||||
#include <math.h>
|
||||
@ -22,6 +22,7 @@
|
||||
+#include <limits.h>
|
||||
#include "gaim.h"
|
||||
#include "prpl.h"
|
||||
#include "gtkspell.h"
|
||||
|
||||
+static int get_charset_internal (char **);
|
||||
+static int get_charset (char **);
|
Loading…
Reference in New Issue
Block a user