Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2014 22:57:13 GMT
From:      Nikola Kolev <koue@chaosophia.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/186965: [patch] prayer missing header
Message-ID:  <201402222257.s1MMvDjS040026@cgiserv.freebsd.org>
Resent-Message-ID: <201402222300.s1MN00Vn088811@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186965
>Category:       ports
>Synopsis:       [patch] prayer missing header
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 22 23:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Nikola Kolev
>Release:        9.1-RELEASE
>Organization:
>Environment:
FreeBSD 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Versions before FreeBSD 10 cannot find iconv.h header file.
This is second patch for this port. I can merge them if its necessary.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

45c45,46
< 		CPPFLAGS="${CFLAGS}" \
---
> 		CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
> 		LDFLAGS="-L${LOCALBASE}/lib" \
94c95
< 	@${REINPLACE_CMD} "s,-liconv,${ICONV_LIB}," ${WRKSRC}/Config
---
> 	@${REINPLACE_CMD} "s,-lutil,-lutil ${ICONV_LIB}," ${WRKSRC}/Config


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402222257.s1MMvDjS040026>