-O0 on vax, due to gcc bugs. ok maintainer jolan
This commit is contained in:
parent
a630b663ca
commit
dff022b8cc
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2003/06/22 10:01:35 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2003/06/25 00:20:44 pvalchev Exp $
|
||||
|
||||
COMMENT= "opensource Napster(tm) server"
|
||||
|
||||
@ -28,6 +28,10 @@ CONFIGURE_ARGS= \
|
||||
--with-gid=_opennap
|
||||
# --enable-chroot \ (breaks uid, gid, and ip lookup)
|
||||
|
||||
.if ${MACHINE_ARCH} == "vax"
|
||||
CFLAGS+= -O0 # XXX compiler bugs
|
||||
.endif
|
||||
|
||||
DOCS= FAQ README manual.html napster.txt
|
||||
|
||||
post-install:
|
||||
|
Loading…
Reference in New Issue
Block a user