From 79c393216f2f3d32610da9930fb9944d28554ecc Mon Sep 17 00:00:00 2001
From: Oliver Bock <oliver.bock@aei.mpg.de>
Date: Tue, 20 May 2008 09:44:08 +0200
Subject: [PATCH] Fixed liboglft's spelling (all lower case since
 automake->cmake migration!)

---
 src/starsphere/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/starsphere/Makefile b/src/starsphere/Makefile
index 819377e..4ef1d5e 100644
--- a/src/starsphere/Makefile
+++ b/src/starsphere/Makefile
@@ -26,7 +26,7 @@ STARSPHERE_INSTALL?=$(PWD)
 CXX ?= g++
 
 # variables
-LIBS = -Wl,-Bstatic -lframework -lOGLFT -L$(STARSPHERE_INSTALL)/lib
+LIBS = -Wl,-Bstatic -lframework -loglft -L$(STARSPHERE_INSTALL)/lib
 LIBS += $(shell $(STARSPHERE_INSTALL)/bin/freetype-config --libs)
 LIBS += -lboinc_api -lboinc -L/usr/lib
 LIBS += -Wl,-Bdynamic $(shell $(STARSPHERE_INSTALL)/bin/sdl-config --static-libs) -lGL -lGLU
-- 
GitLab