Edit

IABSD.fr/ports/math/gbc/Makefile

Branch :

  • Show log

    Commit

  • Author : bcallah
    Date : 2021-01-31 04:09:38
    Hash : 5d26fbe2
    Message : Add fixes for -fno-common From FreeBSD: https://svnweb.freebsd.org/ports/head/math/gnubc/files/patch-bc_global.h?revision=547437&view=co ok kn@

  • math/gbc/Makefile
  • # $OpenBSD: Makefile,v 1.4 2021/01/31 04:09:38 bcallah Exp $
    
    BROKEN-sparc64 =	Bus error during build
    
    COMMENT =	GNU version of the arbitrary precision calculators bc and dc
    DISTNAME =	bc-1.07.1
    PKGNAME =	g${DISTNAME}
    REVISION =	0
    CATEGORIES =	math
    
    HOMEPAGE =	https://www.gnu.org/software/bc/
    MAINTAINER =	Ivan Ivanov <rambiusparkisanius@gmail.com>
    
    # GPLv3+
    PERMIT_PACKAGE =	Yes
    
    WANTLIB += c curses edit
    
    MASTER_SITES =	${MASTER_SITE_GNU:=bc/}
    
    CONFIGURE_STYLE =	gnu
    CONFIGURE_ARGS = 	--program-prefix=g \
    			--with-libedit
    
    .include <bsd.port.mk>