Edit

IABSD.fr/ports/math/double-conversion/Makefile

Branch :

  • Show log

    Commit

  • Author : cwen
    Date : 2019-10-18 10:39:09
    Hash : a71bb9c9
    Message : double-conversion: ${COMPILER_LIBCXX} in WANTLIB should come with a COMPILER line including ports-gcc in it. This fixes the build on macppc. Also tested on sparc64 by kmos@ OK rsadowski@ kmos@

  • math/double-conversion/Makefile
  • # $OpenBSD: Makefile,v 1.2 2019/10/18 10:39:09 cwen Exp $
    
    COMMENT=	binary-decimal and decimal-binary routines for IEEE doubles
    
    CATEGORIES=	math
    
    GH_ACCOUNT=	google
    GH_PROJECT=	double-conversion
    GH_TAGNAME=	v3.1.5
    
    SHARED_LIBS +=  double-conversion         0.0 # 0.0
    
    # BSD3
    PERMIT_PACKAGE=	Yes
    
    WANTLIB += ${COMPILER_LIBCXX} m
    
    COMPILER =		base-clang ports-gcc
    
    MODULES =		devel/cmake
    
    CONFIGURE_ARGS +=	-DBUILD_SHARED_LIBS=ON \
    			-DBUILD_TESTING=ON
    
    .include <bsd.port.mk>