Edit

IABSD.fr/ports/textproc/libinih/Makefile

Branch :

  • Show log

    Commit

  • Author : kmos
    Date : 2024-04-05 06:24:48
    Hash : 8bed72d2
    Message : libinih uses C++, so cannot use base-gcc Add COMPILER line to use ports-gcc on base-gcc arches Fixes build on sparc64

  • textproc/libinih/Makefile
  • COMMENT=		simple .INI file parser in C
    
    V=			58
    DIST_TUPLE=		github benhoyt inih r${V} .
    PKGNAME=		libinih-${V}
    
    SHARED_LIBS += inih                      0.0 # 0
    SHARED_LIBS += INIReader                 0.0 # 0
    
    CATEGORIES=		textproc devel
    
    # BSD
    PERMIT_PACKAGE=		Yes
    
    # C++
    COMPILER=	base-clang ports-gcc
    
    WANTLIB += ${COMPILER_LIBCXX}
    
    MODULES=		devel/meson
    
    
    .include <bsd.port.mk>