Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jun 2011 01:11:17 +0200 (CEST)
From:      Niclas Zeising <niclas.zeising@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/158184: [PATHC] fix security/lsh to build with clang
Message-ID:  <201106222311.p5MNBHrQ009468@vincent.daemonic.se>
Resent-Message-ID: <201106222320.p5MNK8V4032761@freefall.freebsd.org>

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

>Number:         158184
>Category:       ports
>Synopsis:       [PATHC] fix security/lsh to build with clang
>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:   Wed Jun 22 23:20:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Niclas Zeising
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD vincent.daemonic.se 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Wed Apr 20 17:22:47 CEST 2011 root@vincent.daemonic.se:/usr/obj/usr/src/sys/VINCENT amd64


	
>Description:
	security/lsh doesn't build with clang
>How-To-Repeat:
	
>Fix:

	Attached patch fixes lsh to build with clang.

--- security.lsh.clangfix.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/lsh/Makefile,v
retrieving revision 1.48
diff -u -d -r1.48 Makefile
--- Makefile	19 Apr 2010 10:43:40 -0000	1.48
+++ Makefile	22 Jun 2011 23:09:34 -0000
@@ -18,6 +18,7 @@
 LIB_DEPENDS=	oop:${PORTSDIR}/devel/liboop \
 		gmp.10:${PORTSDIR}/math/gmp
 
+USE_CSTD=	c89
 GNU_CONFIGURE=	yes
 USE_XORG=	xau
 USE_GMAKE=	yes
--- security.lsh.clangfix.diff ends here ---


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



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