diff options
| author | Matthias Fechner <mfechner@FreeBSD.org> | 2025-10-28 05:37:07 +0100 |
|---|---|---|
| committer | Matthias Fechner <mfechner@FreeBSD.org> | 2025-10-28 05:39:16 +0100 |
| commit | c493af1579e15e77a7f77d06da0fbc6c2ab73181 (patch) | |
| tree | fc45b3bdf5b70341e6867fc228a076f0371feef3 /textproc/gitlab-code-parser | |
| parent | devel/py-super-collections: Update to 0.6.2 (diff) | |
textproc/gitlab-code-parser: replaced spaces with a tab
Reported by: dan@langille.org
Diffstat (limited to 'textproc/gitlab-code-parser')
| -rw-r--r-- | textproc/gitlab-code-parser/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/gitlab-code-parser/Makefile b/textproc/gitlab-code-parser/Makefile index 60f504ec7427..b1faa4d7c3c2 100644 --- a/textproc/gitlab-code-parser/Makefile +++ b/textproc/gitlab-code-parser/Makefile @@ -23,8 +23,8 @@ GL_PROJECT= rust/gitlab-code-parser # Try to fix on i386: compilation fails: ld: error: undefined symbol: __atomic_load # I cannot test it, so lets wait for next cluster build .if ${ARCH} == i386 -LIB_DEPENDS+= libatomic.so:lang/gcc${GCC_DEFAULT} -LDFLAGS+= -L/usr/local/lib/gcc${GCC_DEFAULT} -latomic +LIB_DEPENDS+= libatomic.so:lang/gcc${GCC_DEFAULT} +LDFLAGS+= -L/usr/local/lib/gcc${GCC_DEFAULT} -latomic .endif WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION} |
