From 517bf56f4f969ca241be3265ec9fe8cbb2a4765c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 2 Apr 2016 06:22:24 +0200 Subject: [PATCH] openttd: specify lzo2 dir for cross builds --- srcpkgs/openttd/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/openttd/template b/srcpkgs/openttd/template index 20c44e9455b..4083c7760aa 100644 --- a/srcpkgs/openttd/template +++ b/srcpkgs/openttd/template @@ -39,6 +39,7 @@ do_configure() { --binary-dir=bin \ --data-dir=share/openttd \ --doc-dir=share/doc/openttd \ + --with-lzo2=${XBPS_CROSS_BASE}/usr/lib \ --binary-name=openttd \ --install-dir=${DESTDIR} \ --menu-name=OpenTTD \