diff options
author | dholland <dholland@pkgsrc.org> | 2015-11-07 20:41:32 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-11-07 20:41:32 +0000 |
commit | 61d5ab7b12cb2c5c274a4e49ece1c10915f0a9ea (patch) | |
tree | 7d2825b43178c441a3db16f7aa8d352347b5cc41 /archivers/star | |
parent | 47db6d58261e2224e93337f5f3bd461a9fca585b (diff) | |
download | pkgsrc-61d5ab7b12cb2c5c274a4e49ece1c10915f0a9ea.tar.gz |
Add build for openbsd amd64.
Diffstat (limited to 'archivers/star')
-rw-r--r-- | archivers/star/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/star/Makefile b/archivers/star/Makefile index 343638456d8..5b30b0d7fa0 100644 --- a/archivers/star/Makefile +++ b/archivers/star/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2015/11/07 19:11:19 dholland Exp $ +# $NetBSD: Makefile,v 1.35 2015/11/07 20:41:32 dholland Exp $ # DISTNAME= star-1.4.3 @@ -38,6 +38,7 @@ pre-build: ${LN} -s i386-freebsd-gcc.rul x86_64-freebsd-gcc.rul; \ ${LN} -s i386-freebsd-cc.rul x86_64-freebsd-cc.rul; \ ${LN} -s i386-freebsd-gcc.rul amd64-freebsd-gcc.rul; \ - ${LN} -s i386-freebsd-cc.rul amd64-freebsd-cc.rul + ${LN} -s i386-freebsd-cc.rul amd64-freebsd-cc.rul; \ + ${LN} -s x86_64-netbsd-cc.rul amd64-openbsd-cc.rul .include "../../mk/bsd.pkg.mk" |