DragonFly users List (threaded) for 2004-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: rox
Marco Righele wrote:
.. dusan . . wrote:
i'm trying to install rox. pkg_add -r rox was successful but when I am
trying to run it, the only thing I get is some message about
architecture or platform or what... have somebody some experience with
this...?
This patch should fix the problem
(given how rox works it would make more sense to use UNAME_s but
DragonFly redefines it to FreeBSD )
--- Makefile.orig 2004-10-14 21:30:06.000000000 +0000
+++ Makefile 2004-10-14 21:37:58.000000000 +0000
@@ -28,9 +28,9 @@
.include <bsd.port.pre.mk>
.if (${ARCH} == "i386")
-BINARIES= FreeBSD-ix86
+BINARIES= DragonFly-ix86
.else
-BINARIES= FreeBSD-${ARCH}
+BINARIES= DragonFly-${ARCH}
.endif
PLIST_SUB= BINARIES="${BINARIES}"
Marco.
whops, of course this means that you'll have to build it on your own
from ports (or wait for someone else to make an updated package).
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]