Skip to content

Commit 8a346e1

Browse files
committed
oolite: add missing ABTYPE
- use custom build due to deprecated plainmake ABTYPE Signed-off-by: wxiwnd <[email protected]>
1 parent cbf0ca4 commit 8a346e1

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

app-games/oolite/autobuild/build

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
abinfo "Building and installing oolite..."
2+
make install \
3+
V=1 VERBOSE=1 \
4+
BUILDROOT="$PKGDIR" DESTDIR="$PKGDIR" \
5+
GNUSTEP_MAKEFILES=/usr/share/GNUstep/Makefiles \
6+
DEBUG_GRAPHVIZ=no \
7+
OO_JAVASCRIPT_TRACE=no

app-games/oolite/autobuild/defines

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ PKGSEC=games
33
PKGDEP="desktop-file-utils espeak gcc-runtime gmp gnustep-base gnustep-make \
44
libogg libpng libvorbis mesa nspr openal-soft portaudio sdl sdl-mixer"
55
PKGDES="Space sim game, inspired by Elite"
6+
ABTYPE=self
67

7-
MAKE_AFTER="GNUSTEP_MAKEFILES=/usr/share/GNUstep/Makefiles \
8-
DEBUG_GRAPHVIZ=no \
9-
OO_JAVASCRIPT_TRACE=no"
108
FAIL_ARCH="!(amd64)"
119

1210
ABSPLITDBG=0

app-games/oolite/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ VER=1.90
22
SRCS="git::commit=0b1ff49a78653669bfe8e153ae09699ba49cc496::https://github.com/OoliteProject/oolite.git"
33
CHKSUMS="SKIP"
44
CHKUPDATE="anitya::id=17358"
5-
REL=2
5+
REL=3

0 commit comments

Comments
 (0)