mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
Fix build on amd64: work-around against a make strange behaviour
=> use gmake. Reported by: Andrzej Tobola <ato (at) iem.pw.edu.pl>, Jaroslaw Gruca <grucaj (at) amper.iem.pw.edu.pl>
This commit is contained in:
parent
b0a1ca0086
commit
0bb510575f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173222
1 changed files with 5 additions and 0 deletions
|
@ -194,6 +194,11 @@ X11BASE2FIX= src/mpe2/src/graphics/configure
|
|||
WITHOUT_JAVA= yo # No package for Java ATM
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
# gmake should not be required, this is a work-around
|
||||
USE_GMAKE= yes
|
||||
.endif
|
||||
|
||||
PREFIX:= ${PREFIX}/${PORTNAME}
|
||||
|
||||
pre-configure:
|
||||
|
|
Loading…
Add table
Reference in a new issue