svn commit: r413087 - head/ftp/lftp

Ganael LAPLANCHE martymac at FreeBSD.org
Mon Apr 11 21:20:42 UTC 2016


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 \


More information about the svn-ports-all mailing list