Set NO_KDE_FINAL on alpha to allow this port to build.
Submitted by: will
This commit is contained in:
parent
3a9db4cd89
commit
e30f668c1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67749
2 changed files with 8 additions and 0 deletions
|
@ -22,6 +22,10 @@ GNU_CONFIGURE= yes
|
|||
USE_GMAKE= yes
|
||||
MAKE_ENV= ${CONFIGURE_ENV}
|
||||
|
||||
.if ${MACHINE_ARCH} == "alpha"
|
||||
_NO_KDE_FINAL= yes
|
||||
.endif
|
||||
|
||||
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
|
||||
|
||||
UTMP?= /var/run/utmp
|
||||
|
|
|
@ -22,6 +22,10 @@ GNU_CONFIGURE= yes
|
|||
USE_GMAKE= yes
|
||||
MAKE_ENV= ${CONFIGURE_ENV}
|
||||
|
||||
.if ${MACHINE_ARCH} == "alpha"
|
||||
_NO_KDE_FINAL= yes
|
||||
.endif
|
||||
|
||||
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
|
||||
|
||||
UTMP?= /var/run/utmp
|
||||
|
|
Loading…
Reference in a new issue