svn commit: r412772 - head/devel/libdap

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 8 16:29:18 UTC 2016


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


More information about the svn-ports-all mailing list