diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-07-20 23:28:20 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-07-20 23:28:20 +0800 |
commit | 5f226d450061aa3b70506a25efb14a4c212ceaf3 (patch) | |
tree | 83f0c650c4b816b4697ad76cd2926c4d14cd81eb /misc | |
parent | 2aa42f4dc2e362855d8ac932d0d1194cb177a6ea (diff) | |
download | freebsd-ports-gnome-5f226d450061aa3b70506a25efb14a4c212ceaf3.tar.gz freebsd-ports-gnome-5f226d450061aa3b70506a25efb14a4c212ceaf3.tar.zst freebsd-ports-gnome-5f226d450061aa3b70506a25efb14a4c212ceaf3.zip |
- Fix parallel build
PR: 136870
Submitted by: myself
Patch by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/e2fsprogs-libuuid/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/e2fsprogs-libuuid/Makefile b/misc/e2fsprogs-libuuid/Makefile index d99af0db816f..b4c91b46d6b9 100644 --- a/misc/e2fsprogs-libuuid/Makefile +++ b/misc/e2fsprogs-libuuid/Makefile @@ -43,6 +43,7 @@ post-patch:: pre-build: ${MKDIR} ${WRKSRC}/lib/uuid/elfshared + cd ${WRKSRC}/util && ${GMAKE} subst # ulimit guards against runaway tests # failure to launch uuidd is fine (one might be running, or we may lack |