diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2022-03-01 13:59:16 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2022-04-01 15:53:18 +0000 |
| commit | 74c02f1ec9c9d18845ef12df8d1168974564c667 (patch) | |
| tree | 4bc82c48087a30695d9345c5a6f6e826e1f54bd1 /net/onedrive | |
| parent | 7b4d1f0b36f88f7fee1898a9cc10c2acf261a123 (diff) | |
Diffstat (limited to 'net/onedrive')
| -rw-r--r-- | net/onedrive/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/onedrive/Makefile b/net/onedrive/Makefile index 42c2a982650c..8b2003033fa4 100644 --- a/net/onedrive/Makefile +++ b/net/onedrive/Makefile @@ -50,8 +50,7 @@ post-install: # llvm 13.0 and above. .if (${OSVERSION} >= 1400042) || \ - (${OSVERSION} < 1400000 && ${OSVERSION} >= 1300522) || \ - (${OSVERSION} < 1300000 && ${OSVERSION} >= 1203505) + (${OSVERSION} < 1400000 && ${OSVERSION} >= 1300522) CONFIGURE_ARGS+= DCFLAGS=-L=-Wl,-z,nostart-stop-gc .endif |
