ports: Update to new config.sub syntax
There is no longer need to manually patch config.sub files!
This commit is contained in:
@@ -4,6 +4,7 @@ NAME='bochs'
|
||||
VERSION='3.0'
|
||||
DOWNLOAD_URL="https://sourceforge.net/projects/bochs/files/bochs/$VERSION/bochs-$VERSION.tar.gz#cb6f542b51f35a2cc9206b2a980db5602b7cd1b7cf2e4ed4f116acd5507781aa"
|
||||
DEPENDENCIES=('SDL2')
|
||||
CONFIG_SUB=('config.sub')
|
||||
CONFIGURE_OPTIONS=(
|
||||
'--with-sdl2'
|
||||
'--enable-x86-64'
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
diff -ruN bochs-2.8/config.sub bochs-2.8-banan_os/config.sub
|
||||
--- bochs-2.8/config.sub 2024-03-10 08:59:37.000000000 +0200
|
||||
+++ bochs-2.8-banan_os/config.sub 2024-12-07 05:15:32.948901314 +0200
|
||||
@@ -1368,7 +1368,7 @@
|
||||
| powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \
|
||||
| skyos* | haiku* | rdos* | toppers* | drops* | es* \
|
||||
| onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
|
||||
- | midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi*)
|
||||
+ | midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* | banan_os*)
|
||||
# Remember, each alternative MUST END IN *, to match a version number.
|
||||
;;
|
||||
qnx*)
|
||||
Reference in New Issue
Block a user