1
0
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:
Thierry Thomas 2013-09-05 08:06:33 +00:00
parent 23fc3a60cc
commit 5fbc39252a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326365
2 changed files with 14 additions and 5 deletions

View File

@ -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

View 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;