From owner-freebsd-x11@FreeBSD.ORG Thu May 29 19:50:01 2014 Return-Path: Delivered-To: freebsd-x11@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 42CD15BC for ; Thu, 29 May 2014 19:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 31DED20B3 for ; Thu, 29 May 2014 19:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4TJo1hF026227 for ; Thu, 29 May 2014 19:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4TJo14M026213; Thu, 29 May 2014 19:50:01 GMT (envelope-from gnats) Date: Thu, 29 May 2014 19:50:01 GMT Message-Id: <201405291950.s4TJo14M026213@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/188278: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2014 19:50:01 -0000 The following reply was made to PR ports/188278; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/188278: commit references a PR Date: Thu, 29 May 2014 19:47:49 +0000 (UTC) Author: kwm Date: Thu May 29 19:47:43 2014 New Revision: 355739 URL: http://svnweb.freebsd.org/changeset/ports/355739 QAT: https://qat.redports.org/buildarchive/r355739/ Log: Fix compile on powerpc64. PR: ports/188278 Submitted by: nwhitehorn@ Modified: head/graphics/exiv2/Makefile Modified: head/graphics/exiv2/Makefile ============================================================================== --- head/graphics/exiv2/Makefile Thu May 29 19:47:41 2014 (r355738) +++ head/graphics/exiv2/Makefile Thu May 29 19:47:43 2014 (r355739) @@ -22,6 +22,12 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +.include + +.if ${ARCH} == powerpc64 +CFLAGS+= -mminimal-toc +.endif + post-patch: @${REINPLACE_CMD} -e 's,LDFLAGS -no-undefined -lpsapi",& ;; \ dragonfly* | freebsd*),' ${WRKSRC}/configure _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"