svn commit: r305029 - head/chinese/mutt

Rong-En Fan rafan at FreeBSD.org
Sat Sep 29 06:35:42 UTC 2012


Author: rafan
Date: Sat Sep 29 06:35:42 2012
New Revision: 305029
URL: http://svn.freebsd.org/changeset/ports/305029

Log:
  - Fix build on -CURRENT
  
  PR:		ports/172132
  Submitted by:	KT Sin <ktsin at acm.org>

Modified:
  head/chinese/mutt/Makefile

Modified: head/chinese/mutt/Makefile
==============================================================================
--- head/chinese/mutt/Makefile	Sat Sep 29 06:27:33 2012	(r305028)
+++ head/chinese/mutt/Makefile	Sat Sep 29 06:35:42 2012	(r305029)
@@ -6,7 +6,7 @@
 # $FreeBSD$
 #
 
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	chinese
 
 MASTERDIR=	${.CURDIR}/../../mail/mutt
@@ -23,7 +23,6 @@ CONFLICTS=	ja-mutt-[0-9]* ja-mutt-devel-
 
 LIB_DEPENDS+=	hz.0:${PORTSDIR}/chinese/autoconvert
 
-CFLAGS_ADD+=	-D_DONT_USE_CTYPE_INLINE_
 LDFLAGS_ADD+=	-lhz
 
 WITH_MUTT_LOCALES_FIX=	yes



More information about the svn-ports-all mailing list