Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit f5e0fa3

Browse files
alaughlindylanaraps
authored andcommitted
sdl: new package at 1.2.15 (#86)
1 parent ad00e01 commit f5e0fa3

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

community/sdl/build

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/bin/sh -e
2+
3+
# Fixes bug that prevents SDL from building with X11 support
4+
sed -e '/_XData32/s:register long:register _Xconst long:' \
5+
-i src/video/x11/SDL_x11sym.h
6+
7+
./configure \
8+
--prefix=/usr
9+
10+
make
11+
make DESTDIR="$1" install

community/sdl/checksums

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
d6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d6474aad00 SDL-1.2.15.tar.gz

community/sdl/sources

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://libsdl.org/release/SDL-1.2.15.tar.gz

community/sdl/version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.2.15 1

0 commit comments

Comments
 (0)