Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Aug 2013 18:00:18 -0700
From:      Rui Paulo <rpaulo@felyko.com>
To:        FreeBSD-gnats-submit@freebsd.org, umq@ueo.co.jp
Subject:   ports/181365: [PATCH] security/libgcrypt: fix build on armv6
Message-ID:  <20130818005946.GB20895@zedfs.local>
Resent-Message-ID: <201308180110.r7I1A0gk084677@freefall.freebsd.org>

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

>Number:         181365
>Category:       ports
>Synopsis:       [PATCH] security/libgcrypt: fix build on armv6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 18 01:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Rui Paulo
>Release:        FreeBSD 9.2-PRERELEASE amd64
>Organization:
>Environment:
>Description:
Fix build on armv6.

Port maintainer (umq@ueo.co.jp) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- libgcrypt-1.5.3.patch begins here ---
Index: Makefile
===================================================================
--- Makefile    (revision 324882)
+++ Makefile    (working copy)
@@ -36,6 +36,9 @@ CONFIGURE_ARGS+=      --disable-asm
 BROKEN=        will not compile. See pr ports/166388
 .endif
 
+.elif ${ARCH} == "armv6"
+USE_GCC=4.2+
+
 .elif ${ARCH} == "i386"
 .if (${OSVERSION} < 900033)
 CONFIGURE_ARGS+=       --disable-aesni-support
--- libgcrypt-1.5.3.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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