pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/cdrtools Make it build on 64 bit DragonFly.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e4e4933bd694
branches: trunk
changeset: 565454:e4e4933bd694
user: hasso <hasso%pkgsrc.org@localhost>
date: Tue Sep 22 19:04:44 2009 +0000
description:
Make it build on 64 bit DragonFly.
diffstat:
sysutils/cdrtools/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 5042d44161a6 -r e4e4933bd694 sysutils/cdrtools/Makefile
--- a/sysutils/cdrtools/Makefile Tue Sep 22 18:46:49 2009 +0000
+++ b/sysutils/cdrtools/Makefile Tue Sep 22 19:04:44 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2009/09/09 13:45:13 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2009/09/22 19:04:44 hasso Exp $
DISTNAME= cdrtools-2.01.01a64
PKGNAME= ${DISTNAME:S/a/alpha/:S/-pre/pre/}
@@ -88,6 +88,8 @@
ln -sf i386-$$suffix ${MACHINE}-$$suffix; \
fi; \
done
+ ln -sf i386-freebsd-cc.rul amd64-dragonfly-cc.rul
+ ln -sf i386-freebsd-gcc.rul amd64-dragonfly-gcc.rul
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${MAKE_PROGRAM} config
post-build:
Home |
Main Index |
Thread Index |
Old Index