DragonFly BSD
DragonFly users List (threaded) for 2004-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: rox


From: Marco Righele <marco_righele@xxxxxxxx>
Date: Thu, 14 Oct 2004 21:42:38 +0000

. 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.




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]