summaryrefslogtreecommitdiff
path: root/manualPorts/hyperrogue/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'manualPorts/hyperrogue/Pkgfile')
-rw-r--r--manualPorts/hyperrogue/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/manualPorts/hyperrogue/Pkgfile b/manualPorts/hyperrogue/Pkgfile
index 0b39ca3..28e13d6 100644
--- a/manualPorts/hyperrogue/Pkgfile
+++ b/manualPorts/hyperrogue/Pkgfile
@@ -11,7 +11,7 @@ source=("http://www.roguetemple.com/z/hyper/hyperrogue${version}-src.tgz")
build() {
cd "$SRC/$name${version}-src"
- sed -i 's|TTF_OpenFont.*;|TTF_OpenFont("/usr/share/fonts/TTF/DejaVuSans-Bold.ttf", siz);|' basegraph.cpp
+ sed -i 's|TTF_OpenFont.*;|TTF_OpenFont("/usr/share/fonts/X11/TTF/DejaVuSans-Bold.ttf", siz);|' basegraph.cpp
#sed -i 's|<SDL.h>|"SDL.h"|' /usr/include/SDL/SDL_gfxPrimitives.h # todo: confirm bug and open
sed -i 's|-c hyper.cpp|& -I/usr/include/SDL/|' Makefile # remove when above bug is fixed
sed -i 's|-Werror||' Makefile