pkgsrc-WIP-changes archive

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

(math/cgal) +patch-Scripts_developer_scripts_cgal_build



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By:	mef
Date:		Sat Jan 11 19:50:17 2025 +0900
Changeset:	d7efbf65167a2fe3595d8e369be68beaf7536519

Added Files:
	cgal/patches/patch-Scripts_developer_scripts_cgal_build

Log Message:
(math/cgal) +patch-Scripts_developer_scripts_cgal_build

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

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

diffstat:
 cgal/patches/patch-Scripts_developer_scripts_cgal_build | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diffs:
diff --git a/cgal/patches/patch-Scripts_developer_scripts_cgal_build b/cgal/patches/patch-Scripts_developer_scripts_cgal_build
new file mode 100644
index 0000000000..58e81b410b
--- /dev/null
+++ b/cgal/patches/patch-Scripts_developer_scripts_cgal_build
@@ -0,0 +1,15 @@
+$NetBSD$
+
+ERROR: [check-portability.awk] => Found test ... == ...:
+ERROR: [check-portability.awk] Scripts/developer_scripts/cgal_build:7: if [ $? == 0 ]; then
+
+--- Scripts/developer_scripts/cgal_build.orig	2024-10-19 01:04:13.000000000 +0900
++++ Scripts/developer_scripts/cgal_build	2025-01-11 08:44:39.321706533 +0900
+@@ -4,6 +4,6 @@
+ 
+ [ -r Makefile ] || cmake .
+ 
+-if [ $? == 0 ]; then
++if [ $? = 0 ]; then
+   make -f Makefile ${1+"$@"}
+ fi


Home | Main Index | Thread Index | Old Index