diff options
author | martymac <martymac@FreeBSD.org> | 2016-04-12 05:20:41 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2016-04-12 05:20:41 +0800 |
commit | 7d91c64c74d6d1b48dd65f6b34d971ec9cea2a6c (patch) | |
tree | 33b7512b8998a78e8a7b4d05cdd7c4e04137f2a6 /ftp/lftp | |
parent | fb8f4138599fd59701b4f2cd799dd8c26431bca2 (diff) | |
download | freebsd-ports-gnome-7d91c64c74d6d1b48dd65f6b34d971ec9cea2a6c.tar.gz freebsd-ports-gnome-7d91c64c74d6d1b48dd65f6b34d971ec9cea2a6c.tar.zst freebsd-ports-gnome-7d91c64c74d6d1b48dd65f6b34d971ec9cea2a6c.zip |
Fix build with libc++ 3.8.0
PR: 208727
Submitted by: dim
Diffstat (limited to 'ftp/lftp')
-rw-r--r-- | ftp/lftp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index f4d5134f7959..661a215a05bd 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -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 \ |