pkgsrc-WIP-changes archive

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

ocaml: build on other than x86_64



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Thu Aug 6 18:48:04 2026 +0900
Changeset:	50a5f997b72849d87f07eb1d3797a52f6a72d1f2

Modified Files:
	ocaml/PLIST

Log Message:
ocaml: build on other than x86_64

tested on NetBSD/evbarm64

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

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

diffstat:
 ocaml/PLIST | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diffs:
diff --git a/ocaml/PLIST b/ocaml/PLIST
index 1c7a7db225..a892c8a989 100644
--- a/ocaml/PLIST
+++ b/ocaml/PLIST
@@ -31,9 +31,9 @@ bin/ocamlrund-a100
 bin/ocamlruni
 bin/ocamlruni-a100
 bin/ocamlyacc
-bin/x86_64--netbsd-ocamlrun-a100
-bin/x86_64--netbsd-ocamlrund-a100
-bin/x86_64--netbsd-ocamlruni-a100
+bin/${MACHINE_GNU_PLATFORM}-ocamlrun-a100
+bin/${MACHINE_GNU_PLATFORM}-ocamlrund-a100
+bin/${MACHINE_GNU_PLATFORM}-ocamlruni-a100
 lib/ocaml/Makefile.config
 lib/ocaml/arg.ml
 lib/ocaml/arg.mli
@@ -1670,7 +1670,7 @@ ${PLIST.ocaml-opt}lib/ocaml/libasmrun_pic.a
 ${PLIST.ocaml-opt}lib/ocaml/libasmrun_shared.so
 ${PLIST.ocaml-opt}lib/ocaml/libasmrund.a
 ${PLIST.ocaml-opt}lib/ocaml/libasmruni.a
-lib/ocaml/libcamlrun-x86_64--netbsd-a100.so
+lib/ocaml/libcamlrun-${MACHINE_GNU_PLATFORM}-a100.so
 lib/ocaml/libcamlrun.a
 lib/ocaml/libcamlrun_pic.a
 lib/ocaml/libcamlrun_shared.so
@@ -2184,12 +2184,12 @@ lib/ocaml/string.ml
 lib/ocaml/string.mli
 lib/ocaml/stringLabels.ml
 lib/ocaml/stringLabels.mli
-lib/ocaml/stublibs/dllcamlruntime_eventsbyt-x86_64--netbsd-a100.so
+lib/ocaml/stublibs/dllcamlruntime_eventsbyt-${MACHINE_GNU_PLATFORM}-a100.so
 ${PLIST.ocaml-opt}lib/ocaml/stublibs/dllcamlruntime_eventsnat.so
-lib/ocaml/stublibs/dllcamlstrbyt-x86_64--netbsd-a100.so
+lib/ocaml/stublibs/dllcamlstrbyt-${MACHINE_GNU_PLATFORM}-a100.so
 ${PLIST.ocaml-opt}lib/ocaml/stublibs/dllcamlstrnat.so
-lib/ocaml/stublibs/dllthreads-x86_64--netbsd-a100.so
-lib/ocaml/stublibs/dllunixbyt-x86_64--netbsd-a100.so
+lib/ocaml/stublibs/dllthreads-${MACHINE_GNU_PLATFORM}-a100.so
+lib/ocaml/stublibs/dllunixbyt-${MACHINE_GNU_PLATFORM}-a100.so
 ${PLIST.ocaml-opt}lib/ocaml/stublibs/dllunixnat.so
 lib/ocaml/sys.ml
 lib/ocaml/sys.ml.in


Home | Main Index | Thread Index | Old Index