summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schaller <martin.schaller@it-schaller.de>2014-05-14 23:24:35 -0700
committerMartin Schaller <martin.schaller@it-schaller.de>2014-05-14 23:24:35 -0700
commit7e23c2989a8e62cb7db33cc68eada28c44d5fcdf (patch)
tree42ab7d55c64fb69cc92b3f6acda9484aa56f32eb
parentbc4ace81dae0fecb4824d1e2ad0141656cce2b21 (diff)
downloadpoi-service-7e23c2989a8e62cb7db33cc68eada28c44d5fcdf.tar.gz
Workaround for suspected bug in ubuntu freetype package
-rw-r--r--src/navigation/script/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/navigation/script/Makefile b/src/navigation/script/Makefile
index 57e8782..24b138e 100644
--- a/src/navigation/script/Makefile
+++ b/src/navigation/script/Makefile
@@ -46,6 +46,9 @@ all: $(ALL)
deps::
sudo apt-get install $(DEPS)
+ # See https://bugs.launchpad.net/ubuntu/+source/freetype/+bug/1319642 why this is necessary
+ [ -e /usr/include/freetype2/freetype ] || sudo ln -s . /usr/include/freetype2/freetype
+
all2: deps all
navit-plugins: all