[Midnightbsd-cvs] mports [15782] trunk/converters/libiconv/Makefile: allow this to be built again until libc iconv works well

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Dec 24 16:30:31 EST 2013


Revision: 15782
          http://svnweb.midnightbsd.org/mports/?rev=15782
Author:   laffer1
Date:     2013-12-24 16:30:30 -0500 (Tue, 24 Dec 2013)
Log Message:
-----------
allow this to be built again until libc iconv works well

Modified Paths:
--------------
    trunk/converters/libiconv/Makefile

Modified: trunk/converters/libiconv/Makefile
===================================================================
--- trunk/converters/libiconv/Makefile	2013-12-23 02:41:47 UTC (rev 15781)
+++ trunk/converters/libiconv/Makefile	2013-12-24 21:30:30 UTC (rev 15782)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libiconv
 PORTVERSION=	1.14
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	converters devel
 MASTER_SITES=	GNU
 
@@ -53,7 +53,7 @@
 
 .include <bsd.port.pre.mk>
 
-.if exists(/usr/include/iconv.h)
+.if exists(/usr/include/iconv.h) && ${OSVERSION} > 6000
 IGNORE=		converters/libiconv should not be used with iconv from base. \
 Please fix the port which tries to use it
 .endif



More information about the Midnightbsd-cvs mailing list