summaryrefslogtreecommitdiff
path: root/pkgtools/bootstrap-mk-files
diff options
context:
space:
mode:
authorryoon <ryoon>2014-05-10 23:01:26 +0000
committerryoon <ryoon>2014-05-10 23:01:26 +0000
commit488654383566dcabf00d4e755a4f2bc60bae32ab (patch)
treec128253b06d37f7d45579f1b30ece73699aee3c4 /pkgtools/bootstrap-mk-files
parent076cc6040c149dc368f3a37383c37c2e8ba9150d (diff)
downloadpkgsrc-488654383566dcabf00d4e755a4f2bc60bae32ab.tar.gz
Update to 20140510
Fix PR pkg/48793: treat OpenBSD 5.4 or later as ELF platform Patch from obache@, thank you.
Diffstat (limited to 'pkgtools/bootstrap-mk-files')
-rw-r--r--pkgtools/bootstrap-mk-files/Makefile4
-rw-r--r--pkgtools/bootstrap-mk-files/files/mods/OpenBSD.bsd.own.mk.in3
2 files changed, 4 insertions, 3 deletions
diff --git a/pkgtools/bootstrap-mk-files/Makefile b/pkgtools/bootstrap-mk-files/Makefile
index f0342b1a272..2a84cbb8372 100644
--- a/pkgtools/bootstrap-mk-files/Makefile
+++ b/pkgtools/bootstrap-mk-files/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2014/03/14 22:03:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.42 2014/05/10 23:01:26 ryoon Exp $
-PKGNAME= bootstrap-mk-files-20140314
+PKGNAME= bootstrap-mk-files-20140510
CATEGORIES= pkgtools
CONFLICTS+= mk-files-[0-9]*
diff --git a/pkgtools/bootstrap-mk-files/files/mods/OpenBSD.bsd.own.mk.in b/pkgtools/bootstrap-mk-files/files/mods/OpenBSD.bsd.own.mk.in
index 79ab2a80165..47048901c21 100644
--- a/pkgtools/bootstrap-mk-files/files/mods/OpenBSD.bsd.own.mk.in
+++ b/pkgtools/bootstrap-mk-files/files/mods/OpenBSD.bsd.own.mk.in
@@ -1,4 +1,4 @@
-# $NetBSD: OpenBSD.bsd.own.mk.in,v 1.3 2008/11/15 13:06:42 schwarz Exp $
+# $NetBSD: OpenBSD.bsd.own.mk.in,v 1.4 2014/05/10 23:01:26 ryoon Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -106,6 +106,7 @@ NOPIC?=1
.if ${MACHINE_ARCH} == "alpha" || \
${MACHINE_ARCH} == "powerpc" || \
${MACHINE_ARCH} == "sparc" || \
+ ${OS_VERSION} >= 5.4 || \
( ${MACHINE_ARCH} == "i386" && ${OS_VERSION} >= 3.4 )
OBJECT_FMT?=ELF
.else