ports/158184: [PATHC] fix security/lsh to build with clang

Niclas Zeising niclas.zeising at gmail.com
Wed Jun 22 23:20:09 UTC 2011


>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 at 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:



More information about the freebsd-ports-bugs mailing list