f2d4303a3e
Calculator.cpp, but it was enough to push it over 2GB. So disable optimisation for now.
45 lines
1.2 KiB
Makefile
45 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.45 2013/12/15 19:41:23 joerg Exp $
|
|
|
|
DISTNAME= libqalculate-0.9.7
|
|
PKGNAME= qalculate-0.9.7
|
|
PKGREVISION= 6
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://qalculate.sourceforge.net/
|
|
COMMENT= Modern multi-purpose desktop calculator (console version)
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= autoconf gmake intltool msgfmt pkg-config
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE= ${WRKSRC}/libqalculate.pc.in
|
|
|
|
UNLIMIT_RESOURCES= datasize
|
|
|
|
SUBST_CLASSES+= pthread
|
|
SUBST_FILES.pthread= libqalculate.pc.in
|
|
SUBST_SED.pthread+= -e 's,@PTHREAD_LIBS@,${PTHREAD_LDFLAGS} ${PTHREAD_LIBS},g'
|
|
SUBST_STAGE.pthread= post-patch
|
|
|
|
PTHREAD_AUTO_VARS= yes
|
|
|
|
CFLAGS.SunOS+= -D_LCONV_C99
|
|
|
|
pre-configure:
|
|
${RUN} cd ${WRKSRC}; autoconf
|
|
|
|
.include "../../mk/compiler.mk"
|
|
.if !empty(PKGSRC_COMPILER:Mclang)
|
|
MAKE_ENV+= CLANG_NO_OPT=-O0
|
|
.endif
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
.include "../../math/cln/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|