mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Patch the main makefile. Sometimes gmake exits(0) even if an inferior make
failed. (looks like a bug in gmake) PR: ports/9690
This commit is contained in:
parent
f46430efb4
commit
6299d27cdb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16508
5
print/tex/scripts/configure
vendored
5
print/tex/scripts/configure
vendored
@ -5,7 +5,10 @@ cd $WRKDIR || exit 1
|
||||
find . -name \*.gz |xargs gunzip -f
|
||||
|
||||
cd $WRKSRC || exit 1;
|
||||
|
||||
cat >> Makefile <<'EOF'
|
||||
default all: do-kpathsea
|
||||
cd web2c && $(MAKE) $(makeargs) $@
|
||||
EOF
|
||||
./configure --prefix=$PREFIX
|
||||
|
||||
cd web2c
|
||||
|
Loading…
Reference in New Issue
Block a user