Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2002 11:45:19 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/44350: Update port: misc/kcd
Message-ID:  <200210211845.g9LIjJLn005118@www.freebsd.org>

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

>Number:         44350
>Category:       ports
>Synopsis:       Update port: misc/kcd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 21 11:50:05 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.7-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix build

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/misc/kcd/Makefile misc/kcd/Makefile
--- /usr/ports/misc/kcd/Makefile	Mon Oct  7 20:20:49 2002
+++ misc/kcd/Makefile	Sat Oct 19 07:50:59 2002
@@ -13,14 +13,14 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
-BROKEN=		"Does not compile"
-
 LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
 
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LIBS="-L${LOCALBASE}/lib -lintl"
+		LDFLAGS="-L${LOCALBASE}/lib -lintl"
+
+CFLAGS+=	-fpermissive
 
 MAN1=		kcd.1
 

>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?200210211845.g9LIjJLn005118>