diff options
Diffstat (limited to 'net-dialup/syncterm/files/syncterm-1.1_disable-parallel-build.patch')
-rw-r--r-- | net-dialup/syncterm/files/syncterm-1.1_disable-parallel-build.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-dialup/syncterm/files/syncterm-1.1_disable-parallel-build.patch b/net-dialup/syncterm/files/syncterm-1.1_disable-parallel-build.patch new file mode 100644 index 000000000..2c77ba1c1 --- /dev/null +++ b/net-dialup/syncterm/files/syncterm-1.1_disable-parallel-build.patch @@ -0,0 +1,16 @@ +Disable parallel make jobs so that `st_crypt.h` can find `<cryptlib.h>`. +As of writing, I have no idea how to fix this otherwise. + +From: Seth M. Price <sprice623@aol.com> + +--- a/src/syncterm/GNUmakefile ++++ b/src/syncterm/GNUmakefile +@@ -96,6 +96,8 @@ ifndef bcc + endif + endif + ++.NOTPARALLEL: ++ + $(MTOBJODIR)$(DIRSEP)ciolib_res$(OFILE): + cd ${MTOBJODIR} && $(AR) -x ../${CIOLIB-MT} ciolib_res$(OFILE) + |