pkgsrc-WIP-changes archive

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

Updated DESCR to include Clang build info



Module Name:	pkgsrc-wip
Committed By:	astr0b4by <astr0b4by%gmail.com@localhost>
Pushed By:	astr0b4by
Date:		Thu Oct 8 09:30:08 2020 +0000
Changeset:	2ff443ae6dfbad0164e0e6fda468151e908bc12f

Modified Files:
	nono/DESCR

Log Message:
Updated DESCR to include Clang build info

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

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

diffstat:
 nono/DESCR | 7 +++++++
 1 file changed, 7 insertions(+)

diffs:
diff --git a/nono/DESCR b/nono/DESCR
index f18f44da69..c24ea08208 100644
--- a/nono/DESCR
+++ b/nono/DESCR
@@ -1 +1,8 @@
 nono is OMRON LUNA-I emulator runs on NetBSD and so on.
+It is buildable using Clang on older NetBSDs so you 
+can configure Clang to be used for the build by simply
+adding the following to /etc/mk.conf 
+PKGSRC_COMPILER=       clang
+CLANGBASE=             /usr/pkg
+HAVE_LLVM=             yes
+


Home | Main Index | Thread Index | Old Index