- Remove BROKEN_powerpc as the port compiles perfectly fine there (it
might still be broken on powerpc64, but I can't test this right now) - Remove BROKEN_ia64: it was never a first-class architecture, killed officially in -CURRENT quite some time ago - Kill stray EOL whitespace while I'm here
This commit is contained in:
parent
b9d3305b8c
commit
ef26bacc9b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396079
1 changed files with 2 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= kBuild
|
||||
DISTVERSION= ${KBUILD_VERSION}
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.netlabs.org/pub/kbuild/ \
|
||||
http://tmp.chruetertee.ch/ \
|
||||
|
@ -22,7 +22,7 @@ CONFLICTS_INSTALL= kBuild-devel-[0-9]*
|
|||
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
|
||||
|
||||
KBUILD_VERSION= 0.1.9998
|
||||
KBUILD_ARCH= ${MACHINE_ARCH:S/i386/x86/:S/x86_64/amd64/}
|
||||
KBUILD_ARCH= ${MACHINE_ARCH:S/i386/x86/:S/x86_64/amd64/:S/powerpc/ppc32/}
|
||||
KBUILD_ENV= ACLOCAL=${ACLOCAL} \
|
||||
AUTOMAKE=${AUTOMAKE} \
|
||||
AUTORECONF=${AUTORECONF} \
|
||||
|
@ -45,9 +45,6 @@ ENV=
|
|||
.SHELL: path="/bin/sh" unsetenv=true
|
||||
.endif
|
||||
|
||||
BROKEN_ia64= does not compile on ia64
|
||||
BROKEN_powerpc= does not compile on powerpc
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
|
|
Loading…
Reference in a new issue