rox

Marco Righele marco_righele at yahoo.it
Thu Oct 14 14:42:38 PDT 2004


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





More information about the Users mailing list