mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Fix with clang.
Since I'm there, define the license. Reported by: pkg-fallout
This commit is contained in:
parent
23fc3a60cc
commit
5fbc39252a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326365
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: unidesc
|
||||
# Date created: Sun 15 May 2005
|
||||
# Whom: thierry@pompo.net
|
||||
#
|
||||
# Created by: thierry@pompo.net
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= uniutils
|
||||
PORTVERSION= 2.27
|
||||
@ -14,6 +10,8 @@ MASTER_SITES= http://billposer.org/Software/Downloads/
|
||||
MAINTAINER= thierry@FreeBSD.org
|
||||
COMMENT= Unicode Description Utilities
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
RUN_DEPENDS= ascii2binary:${PORTSDIR}/converters/ascii2binary
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
11
sysutils/uniutils/files/patch-unifuzz.c
Normal file
11
sysutils/uniutils/files/patch-unifuzz.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- unifuzz.c.orig 2008-04-04 06:30:58.000000000 +0200
|
||||
+++ unifuzz.c 2013-09-05 09:50:49.000000000 +0200
|
||||
@@ -97,7 +97,7 @@
|
||||
}
|
||||
|
||||
/* Emit the middle character from each range */
|
||||
-EmitAllRanges(short AboveBMPP) {
|
||||
+void EmitAllRanges(short AboveBMPP) {
|
||||
int i;
|
||||
UTF32 scp;
|
||||
extern int Ranges_Defined;
|
Loading…
Reference in New Issue
Block a user