Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Oct 2025 04:39:20 GMT
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c493af1579e1 - main - textproc/gitlab-code-parser: replaced spaces with a tab
Message-ID:  <202510280439.59S4dK1J075539@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c493af1579e15e77a7f77d06da0fbc6c2ab73181

commit c493af1579e15e77a7f77d06da0fbc6c2ab73181
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2025-10-28 04:37:07 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2025-10-28 04:39:16 +0000

    textproc/gitlab-code-parser: replaced spaces with a tab
    
    Reported by:    dan@langille.org
---
 textproc/gitlab-code-parser/Makefile | 4 ++--
 1 file 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}


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510280439.59S4dK1J075539>