Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Apr 2016 21:20:41 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413087 - head/ftp/lftp
Message-ID:  <201604112120.u3BLKf4Z003945@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: martymac
Date: Mon Apr 11 21:20:41 2016
New Revision: 413087
URL: https://svnweb.freebsd.org/changeset/ports/413087

Log:
  Fix build with libc++ 3.8.0
  
  PR:		208727
  Submitted by:	dim

Modified:
  head/ftp/lftp/Makefile

Modified: head/ftp/lftp/Makefile
==============================================================================
--- head/ftp/lftp/Makefile	Mon Apr 11 20:24:10 2016	(r413086)
+++ head/ftp/lftp/Makefile	Mon Apr 11 21:20:41 2016	(r413087)
@@ -22,6 +22,7 @@ LIB_DEPENDS=	libexpat.so:textproc/expat2
 
 USES=		charsetfix iconv libtool localbase readline shebangfix
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	ac_cv_type_max_align_t=yes
 
 PORTDOCS=	AUTHORS BUGS ChangeLog FAQ FEATURES INSTALL \
 		MIRRORS NEWS README README.debug-levels README.modules \



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