pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/oidentd Instead of modifying config.h in post-conf...
details: https://anonhg.NetBSD.org/pkgsrc/rev/11c2a04cb137
branches: trunk
changeset: 470961:11c2a04cb137
user: snj <snj%pkgsrc.org@localhost>
date: Sat Mar 13 20:20:57 2004 +0000
description:
Instead of modifying config.h in post-configure, modify config.h.in
in post-patch. Fixes a strange build error on sparc64.
diffstat:
net/oidentd/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 965145561728 -r 11c2a04cb137 net/oidentd/Makefile
--- a/net/oidentd/Makefile Sat Mar 13 20:02:52 2004 +0000
+++ b/net/oidentd/Makefile Sat Mar 13 20:20:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/01/03 23:21:44 tron Exp $
+# $NetBSD: Makefile,v 1.2 2004/03/13 20:20:57 snj Exp $
DISTNAME= oidentd-2.0.7
CATEGORIES= net
@@ -20,7 +20,7 @@
CONFIGURE_ARGS+= --disable-ipv6
.endif
-post-configure:
- ${ECHO} >>${WRKSRC}/config.h "#define PKG_SYSCONFDIR \"${PKG_SYSCONFDIR}\""
+post-patch:
+ ${ECHO} >>${WRKSRC}/config.h.in "#define PKG_SYSCONFDIR \"${PKG_SYSCONFDIR}\""
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index