work around bob

This commit is contained in:
espie 2013-04-08 16:45:06 +00:00
parent 4585466759
commit 3193fed1a9

View File

@ -1,6 +1,6 @@
#-*- mode: Makefile; tab-width: 4; -*- #-*- mode: Makefile; tab-width: 4; -*-
# ex:ts=4 sw=4 filetype=make: # ex:ts=4 sw=4 filetype=make:
# $OpenBSD: bsd.port.mk,v 1.1221 2013/04/01 13:11:34 espie Exp $ # $OpenBSD: bsd.port.mk,v 1.1222 2013/04/08 16:45:06 espie Exp $
# #
# bsd.port.mk - 940820 Jordan K. Hubbard. # bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain. # This file is in the public domain.
@ -51,6 +51,10 @@ ERRORS += "Fatal: inclusion of bsd.port.mk from $f"
. endif . endif
.endfor .endfor
.if !defined(PIE_ARCH)
PIE_ARCH = alpha amd64 hppa mips64 mips64el sh sparc64
.endif
_BSD_PORT_MK = Done _BSD_PORT_MK = Done
# The definitive source of documentation to this file's user-visible parts # The definitive source of documentation to this file's user-visible parts