neverball: add a recipe for version 1.6.0

This commit is contained in:
Jerome Duval
2014-08-07 18:59:39 +00:00
parent 92d71e5f0b
commit 5e9e7dcd78
2 changed files with 104 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
From d1faefc900634563eef70b315a3f0c5662ec0a8a Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Thu, 7 Aug 2014 17:17:36 +0000
Subject: haiku patch
diff --git a/Makefile b/Makefile
index 815e50c..39a5dd6 100644
--- a/Makefile
+++ b/Makefile
@@ -168,7 +168,7 @@ ifeq ($(PLATFORM),darwin)
OGL_LIBS := -framework OpenGL
endif
-BASE_LIBS := -ljpeg $(PNG_LIBS) $(FS_LIBS) -lm
+BASE_LIBS := -ljpeg $(PNG_LIBS) $(FS_LIBS) -lintl
ifeq ($(PLATFORM),darwin)
BASE_LIBS += $(patsubst %, -L%, $(wildcard /opt/local/lib \
@@ -176,7 +176,7 @@ ifeq ($(PLATFORM),darwin)
endif
OGG_LIBS := -lvorbisfile
-TTF_LIBS := -lSDL2_ttf
+TTF_LIBS := -lSDL2_ttf -lfreetype
ALL_LIBS := $(HMD_LIBS) $(TILT_LIBS) $(INTL_LIBS) $(TTF_LIBS) \
$(OGG_LIBS) $(SDL_LIBS) $(OGL_LIBS) $(BASE_LIBS)
--
1.8.3.4