summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-04-29 15:27:01 +0000
committeradam <adam@pkgsrc.org>2004-04-29 15:27:01 +0000
commit6df47053f16f005b1341433355db5a746350b20b (patch)
treec724ee9e55a9287a90c3eae452c83050cfb537bb /chat
parenta6e061d208a7b4cfac44aa562e3dcd62c1a688da (diff)
downloadpkgsrc-6df47053f16f005b1341433355db5a746350b20b.tar.gz
Post-configure pure hack implemented, otherwise Makefile tries to rebuild itself
Diffstat (limited to 'chat')
-rw-r--r--chat/kadu/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/chat/kadu/Makefile b/chat/kadu/Makefile
index bad215c5d2a..f1631ae7f80 100644
--- a/chat/kadu/Makefile
+++ b/chat/kadu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/04/28 13:55:21 adam Exp $
+# $NetBSD: Makefile,v 1.2 2004/04/29 15:27:01 adam Exp $
DISTNAME= kadu-0.3.8
CATEGORIES= chat
@@ -17,6 +17,10 @@ CONFIGURE_ARGS+= --with-existing-libgadu=${BUILDLINK_PREFIX.ekg}
LIBS+= ${LIBOSSAUDIO}
WRKSRC= ${WRKDIR}/kadu
+# pure hack
+post-configure:
+ cd ${WRKSRC}; ${TOUCH} Makefile
+
.include "../../chat/ekg/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../x11/qt3-libs/buildlink3.mk"