ports/188278: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Thu May 29 19:50:01 UTC 2014


The following reply was made to PR ports/188278; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 <bsd.port.options.mk>
 +
 +.if ${ARCH} == powerpc64
 +CFLAGS+=	-mminimal-toc
 +.endif
 +
  post-patch:
  	@${REINPLACE_CMD} -e 's,LDFLAGS -no-undefined -lpsapi",& ;; \
  		dragonfly* | freebsd*),' ${WRKSRC}/configure
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-x11 mailing list