ports/181365: [PATCH] security/libgcrypt: fix build on armv6

Rui Paulo rpaulo at felyko.com
Sun Aug 18 01:10:01 UTC 2013


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


More information about the freebsd-ports-bugs mailing list