Skip to content

Commit

Permalink
sanitize build by compiling one file with -O0 on sparc64
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Sturm committed Feb 7, 2007
1 parent 511bd2d commit 1b611f3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion x11/xdrawchem/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/01/23 15:43:05 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.2 2007/02/07 14:01:51 sturm Exp $

COMMENT= "two-dimensional molecule drawing program"

Expand Down Expand Up @@ -36,4 +36,8 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--with-qtincdir=${MODQT_INCDIR} \
--with-qtlibdir=${MODQT_LIBDIR}

.if ${MACHINE_ARCH} == "sparc64"
PATCH_LIST= patch-* gcc-*
.endif

.include <bsd.port.mk>

0 comments on commit 1b611f3

Please sign in to comment.