Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Apr 2016 16:29:17 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412772 - head/devel/libdap
Message-ID:  <201604081629.u38GTHIk083738@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Apr  8 16:29:16 2016
New Revision: 412772
URL: https://svnweb.freebsd.org/changeset/ports/412772

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

Modified:
  head/devel/libdap/Makefile

Modified: head/devel/libdap/Makefile
==============================================================================
--- head/devel/libdap/Makefile	Fri Apr  8 16:29:12 2016	(r412771)
+++ head/devel/libdap/Makefile	Fri Apr  8 16:29:16 2016	(r412772)
@@ -17,6 +17,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libuuid.so:misc/e2fsprogs-libuuid \
 		libxml2.so:textproc/libxml2
 
+CONFIGURE_ARGS=	ac_cv_type_max_align_t=yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes



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