pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

llvm: Add PLIST substitution of LLVM_MAJOR_VERSION.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Thu Dec 5 12:33:37 2024 +0100
Changeset:	b90dfd71d452f6a849c00f585df70f6a1f29eaa6

Modified Files:
	llvm/Makefile

Log Message:
llvm: Add PLIST substitution of LLVM_MAJOR_VERSION.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b90dfd71d452f6a849c00f585df70f6a1f29eaa6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 llvm/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/llvm/Makefile b/llvm/Makefile
index f3cb534b19..6bd9e77026 100644
--- a/llvm/Makefile
+++ b/llvm/Makefile
@@ -90,6 +90,7 @@ SOEXT=		so
 PLIST.notdylib=	yes
 .endif
 PLIST_SUBST+=	SOEXT=${SOEXT}
+PLIST_SUBST+=	LLVM_MAJOR_VERSION=${LLVM_MAJOR_VERSION}
 
 NOTDYLIBS=		LTO Remarks
 .for libname in ${NOTDYLIBS}


Home | Main Index | Thread Index | Old Index