mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
games/oblige: Build with extra/fltk.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
d76dc4baf6
commit
8131a996ac
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ find -L . \
|
|||
# 'make install' would install the .desktop and icon to /usr, not PREFIX.
|
||||
sed -i '/xdg-/d' Makefile
|
||||
|
||||
make PREFIX=/usr OPTIMISE="$SLKCFLAGS" FLTK_CONFIG=fltk13-config
|
||||
make PREFIX=/usr OPTIMISE="$SLKCFLAGS"
|
||||
make install PREFIX=$PKG/usr
|
||||
|
||||
# man page written for this build (based on --help output)
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://sourceforge.net/projects/oblige/files/Oblige/6.20/oblige-620-so
|
|||
MD5SUM="cae46a6381b4a36b1b0169999f8ff428"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="fltk13"
|
||||
REQUIRES="fltk"
|
||||
MAINTAINER="B. Watson"
|
||||
EMAIL="yalhcru@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue