From owner-freebsd-ports Mon Mar 18 14: 0:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3791337B404 for ; Mon, 18 Mar 2002 14:00:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2IM07Q44201; Mon, 18 Mar 2002 14:00:07 -0800 (PST) (envelope-from gnats) Received: from gyros.marcuscom.com (dhcp-171-69-85-22.cisco.com [171.69.85.22]) by hub.freebsd.org (Postfix) with ESMTP id 59BD137B400 for ; Mon, 18 Mar 2002 13:54:39 -0800 (PST) Received: (from marcus@localhost) by gyros.marcuscom.com (8.11.6/8.11.6) id g2ILsYo21689; Mon, 18 Mar 2002 16:54:34 -0500 (EST) (envelope-from marcus) Message-Id: <200203182154.g2ILsYo21689@gyros.marcuscom.com> Date: Mon, 18 Mar 2002 16:54:34 -0500 (EST) From: Joe Marcus Clarke Reply-To: Joe Marcus Clarke To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/36059: [PATCH] Correct a missed s/giconv/iconv in gnumeric Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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