Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2002 16:54:34 -0500 (EST)
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/36059: [PATCH] Correct a missed s/giconv/iconv in gnumeric
Message-ID:  <200203182154.g2ILsYo21689@gyros.marcuscom.com>

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

>Number:         36059
>Category:       ports
>Synopsis:       [PATCH] Correct a missed s/giconv/iconv in gnumeric
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 18 14:00:07 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Joe Marcus Clarke
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
MarcusCom, Inc.
>Environment:
System: FreeBSD gyros.marcuscom.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Mar 14 01:33:12 EST 2002 marcus@gyros.marcuscom.com:/usr/obj/usr/src/sys/GYROS i386


	
>Description:
gnumeric's Makefile still has an occurance of -lgiconv.  This patch replaces
that with -liconv.
>How-To-Repeat:
	
>Fix:

	

--- Makefile.patch begins here ---
--- Makefile.orig	Mon Mar 18 16:52:48 2002
+++ Makefile	Mon Mar 18 16:52:40 2002
@@ -31,7 +31,7 @@
 INSTALLS_SHLIB=	yes
 CONFIGURE_ARGS=	--with-evolution
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
-		LIBS="-L${LOCALBASE}/lib -lintl -lgiconv ${PTHREAD_LIBS}"
+		LIBS="-L${LOCALBASE}/lib -lintl -liconv ${PTHREAD_LIBS}"
 CONFIGURE_TARGET=	--target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
 
 PLIST_SUB=	VERSION=${PORTVERSION}-bonobo
--- Makefile.patch ends here ---


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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