- fix typo in SPARC patch
This commit is contained in:
brad 1999-05-27 21:02:16 +00:00
parent c07be8e7b9
commit 900544e399
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 1999/05/27 20:13:30 brad Exp $
# $OpenBSD: Makefile,v 1.19 1999/05/27 21:02:16 brad Exp $
# $FreeBSD: Makefile,v 1.33 1999/02/27 03:09:57 andreas Exp $
DISTNAME= qt-1.44
@ -12,7 +12,7 @@ MAINTAINER= brad@openbsd.org
LIB_DEPENDS= MesaGL.3.0:${PORTSDIR}/graphics/MesaGL \
MesaGLU.3.0:${PORTSDIR}/graphics/MesaGL
# internal compiler error
# Internal Compiler errors
.if ${MACHINE_ARCH} == "sparc"
PATCH_LIST= patch-* sup-sparc
BROKEN= "Currently does not build on sparc due to ld bug"

View File

@ -68,7 +68,7 @@
tools/qregexp.h \
kernel/qapplication.h \
kernel/qtimer.h
+ $(CXX) -c $(CXXFLAGS) -O0 $(INCPATH) -o widgets/qmultilinedit.o widgets/multilinedit.cpp
+ $(CXX) -c $(CXXFLAGS) -O0 $(INCPATH) -o widgets/qmultilinedit.o widgets/qmultilinedit.cpp
widgets/qpopupmenu.o: widgets/qpopupmenu.cpp \
widgets/qpopupmenu.h \