Compile with -O0 on powerpc until I figure out what is going on.
This commit is contained in:
parent
87648a54b4
commit
f515e98f9e
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.68 2013/03/27 17:55:44 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.69 2013/04/01 11:35:02 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -80,6 +80,11 @@ WANTLIB-cups += colord lcms2
|
||||
CONFIGURE_ARGS += --disable-colord
|
||||
.endif
|
||||
|
||||
# XXX
|
||||
.if ${MACHINE_ARCH} == "powerpc"
|
||||
CFLAGS += -O0
|
||||
.endif
|
||||
|
||||
# do not build gtk-update-icon-cache and other shared tools
|
||||
CONFIGURE_ARGS += --enable-gtk2-dependency
|
||||
BUILD_DEPENDS += x11/gtk+2,-guic
|
||||
|
Loading…
Reference in New Issue
Block a user