View | Details | Raw Unified | Return to bug 143491
Collapse All | Expand All

(-)Makefile (+2 lines)
Lines 21-26 Link Here
21
USE_GMAKE=	yes
21
USE_GMAKE=	yes
22
USE_BISON=	build
22
USE_BISON=	build
23
23
24
MAKE_JOBS_SAFE=	yes
25
24
CFLAGS+=	-I${LOCALBASE}/include
26
CFLAGS+=	-I${LOCALBASE}/include
25
LDFLAGS+=	-L${LOCALBASE}/lib
27
LDFLAGS+=	-L${LOCALBASE}/lib
26
28
(-)pkg-descr (+2 lines)
Lines 9-11 Link Here
9
The current version of Tumble will only work on little-endian systems,
9
The current version of Tumble will only work on little-endian systems,
10
such as x86, VAX, and Alpha.  The byte order dependencies will be fixed
10
such as x86, VAX, and Alpha.  The byte order dependencies will be fixed
11
in a later release.
11
in a later release.
12
13
WWW: http://tumble.brouhaha.com/

Return to bug 143491