summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-08-31 08:43:56 +0000
committerjoerg <joerg@pkgsrc.org>2013-08-31 08:43:56 +0000
commit02bd5890d0e6e7e8ddd167906c27f540abb8ca1a (patch)
treec912500a35b91643e6da6b1037bafb46e51dae9e /misc
parentd58b8f7b2a5cfa16ea3dafd114ef03822439d73e (diff)
downloadpkgsrc-02bd5890d0e6e7e8ddd167906c27f540abb8ca1a.tar.gz
Run the config generator early to avoid parallel build failure.
Diffstat (limited to 'misc')
-rw-r--r--misc/tellico/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile
index 0e941506355..1d69fa04b58 100644
--- a/misc/tellico/Makefile
+++ b/misc/tellico/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2013/08/22 09:21:57 prlw1 Exp $
+# $NetBSD: Makefile,v 1.75 2013/08/31 08:43:56 joerg Exp $
#
DISTNAME= tellico-2.3.5
@@ -22,6 +22,9 @@ REPLACE_RUBY+= src/fetch/scripts/boardgamegeek.rb
USE_LANGUAGES= c c++
USE_TOOLS+= msgfmt pkg-config
+pre-build:
+ cd ${WRKSRC}/src/core && ${PKGSRC_SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} tellico_config
+
.include "../../meta-pkgs/kde4/kde4.mk"
.include "../../audio/taglib/buildlink3.mk"
.include "../../devel/exempi/buildlink3.mk"