mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
dosbox: fix settings location and keymap layout
This commit is contained in:
@@ -9,16 +9,16 @@ older games...
|
||||
You can re-live the good old days with the help of DOSBox, it can run plenty \
|
||||
of the old classics that don't run on your new computer!
|
||||
DOSBox is totally free of charge and OpenSource."
|
||||
HOMEPAGE="http://www.dosbox.com/"
|
||||
HOMEPAGE="https://www.dosbox.com/"
|
||||
COPYRIGHT="2002-2013 The DosBox Team"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="5"
|
||||
REVISION="6"
|
||||
SOURCE_URI="http://sourceforge.net/projects/dosbox/files/dosbox/$portVersion/dosbox-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="13f74916e2d4002bad1978e55727f302ff6df3d9be2f9b0e271501bd0a938e05"
|
||||
PATCHES="dosbox-$portVersion.patchset"
|
||||
ADDITIONAL_FILES="dosbox.rdef"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
ARCHITECTURES="!x86_gcc2 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -57,6 +57,7 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -vfi
|
||||
# Dynamic core x86 and fpu-x86 available on on x86 cpu
|
||||
LDFLAGS=-lnetwork runConfigure ./configure \
|
||||
--enable-core-inline \
|
||||
|
||||
Reference in New Issue
Block a user