mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 02:47:35 +00:00
Ports: Add GnuCOBOL
This commit is contained in:
parent
ce80f0d552
commit
ee25d6940f
4 changed files with 30 additions and 0 deletions
8
Ports/gnucobol/patches/cob-config.patch
Normal file
8
Ports/gnucobol/patches/cob-config.patch
Normal file
|
@ -0,0 +1,8 @@
|
|||
--- gnucobol-3.1.2/bin/cob-config.in 2020-12-23 02:51:16.000000000 -0800
|
||||
+++ gnucobol-3.1.2/bin/cob-config.in 2021-04-08 03:05:22.989720870 -0700
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/bin/sh
|
||||
+#!/bin/bash
|
||||
#
|
||||
# cob-config
|
||||
#
|
10
Ports/gnucobol/patches/config.sub.patch
Normal file
10
Ports/gnucobol/patches/config.sub.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- gnucobol-3.1.2/build_aux/config.sub 2021-04-08 02:49:20.863867201 -0700
|
||||
+++ gnucobol-3.1.2/build_aux/config.sub 2021-04-08 02:49:22.715869376 -0700
|
||||
@@ -1339,6 +1339,7 @@
|
||||
# Each alternative MUST end in a * to match a version number.
|
||||
# sysv* is not here because it comes later, after sysvr4.
|
||||
gnu* | bsd* | mach* | minix* | genix* | ultrix* | irix* \
|
||||
+ | serenity* \
|
||||
| *vms* | esix* | aix* | cnk* | sunos | sunos[34]*\
|
||||
| hpux* | unos* | osf* | luna* | dgux* | auroraux* | solaris* \
|
||||
| sym* | kopensolaris* | plan9* \
|
Loading…
Add table
Add a link
Reference in a new issue