pkgsrc-WIP-changes archive

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

added patch



Module Name:	pkgsrc-wip
Committed By:	jaypatelani <jaypatelani%gmail.com@localhost>
Pushed By:	jaypatelani
Date:		Wed Mar 24 12:33:50 2021 +0530
Changeset:	c2cec5af799b304c32c9855a2aa086990692200c

Added Files:
	ada_gnat/patches/doinstall

Log Message:
added patch

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

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

diffstat:
 ada_gnat/patches/doinstall | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diffs:
diff --git a/ada_gnat/patches/doinstall b/ada_gnat/patches/doinstall
new file mode 100644
index 0000000000..9df9f432b9
--- /dev/null
+++ b/ada_gnat/patches/doinstall
@@ -0,0 +1,15 @@
+$NetBSD$
+
+--- doinstall.orig      2020-02-28 06:18:10.000000000 +0000
++++ doinstall
+@@ -10,8 +10,8 @@
+ #                  #
+ ####################
+ 
+-basever=`./xgcc -dumpversion`
+-machine=`./xgcc -dumpmachine`
++basever=`./usr/pkg/gcc5-aux/bin/gcc -dumpversion`
++machine=`./usr/pkg/gcc5-aux/bin/gcc -dumpmachine`
+ gnatver="3.17w"
+ 
+ prefix="/usr/local/gnat"


Home | Main Index | Thread Index | Old Index