kludge which allows the ports tree to continue working on our newly renamed powerpc systems without needing to patch all copies of config.guess in the tree.
This commit is contained in:
parent
a246f560d0
commit
72b351c4e8
@ -1,9 +1,16 @@
|
||||
#-*- mode: Fundamental; tab-width: 4; -*-
|
||||
# ex:ts=4 sw=4 filetype=make:
|
||||
# $OpenBSD: gnu.port.mk,v 1.1 2001/08/25 11:23:46 espie Exp $
|
||||
# $OpenBSD: gnu.port.mk,v 1.2 2001/09/03 02:00:48 brad Exp $
|
||||
# Based on bsd.port.mk, originally by Jordan K. Hubbard.
|
||||
# This file is in the public domain.
|
||||
|
||||
# XXX - Kludge for these archictectures so we do not
|
||||
# have to patch all copies of config.guess
|
||||
# throughout the ports tree.
|
||||
.if ${MACHINE} == "macppc" || ${MACHINE} == "mvmeppc"
|
||||
CONFIGURE_ARGS+= --host=powerpc-unknown-openbsd${OPSYS_VER}
|
||||
.endif
|
||||
|
||||
.if ${CONFIGURE_STYLE:L:Mdest}
|
||||
CONFIGURE_ARGS+= --prefix='$${${DESTDIRNAME}}${PREFIX}'
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user