From owner-cvs-all@FreeBSD.ORG Fri Apr 24 11:20:14 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3238B106564A; Fri, 24 Apr 2009 11:20:14 +0000 (UTC) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 06E0B8FC20; Fri, 24 Apr 2009 11:20:14 +0000 (UTC) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n3OBKDXn035677; Fri, 24 Apr 2009 11:20:13 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n3OBKDfd035676; Fri, 24 Apr 2009 11:20:13 GMT (envelope-from lioux) Message-Id: <200904241120.n3OBKDfd035676@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 24 Apr 2009 11:20:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/libjbigi Makefile ports/math/libjbigi/files patch-jbigi__build_jbigi.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Apr 2009 11:20:14 -0000 lioux 2009-04-24 11:20:13 UTC FreeBSD ports repository Modified files: math/libjbigi Makefile math/libjbigi/files patch-jbigi__build_jbigi.sh Log: o Fix build on amd64: do not try to build JCPUID on amd64 ARCH since it requires "-fPIC" on linking (but it breaks when used). o Use '-fPIC' on all other targets. Revision Changes Path 1.7 +4 -1 ports/math/libjbigi/Makefile 1.3 +1 -1 ports/math/libjbigi/files/patch-jbigi__build_jbigi.sh