summaryrefslogtreecommitdiffstats
path: root/source-builder/config/freetype-1.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'source-builder/config/freetype-1.cfg')
-rw-r--r--source-builder/config/freetype-1.cfg5
1 files changed, 4 insertions, 1 deletions
diff --git a/source-builder/config/freetype-1.cfg b/source-builder/config/freetype-1.cfg
index 7b930ce..37f1438 100644
--- a/source-builder/config/freetype-1.cfg
+++ b/source-builder/config/freetype-1.cfg
@@ -41,7 +41,10 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
%{host_build_flags}
- ../${source_dir_freetype}/configure \
+ %ifos freebsd
+ GNUMAKE=%{__make} \
+ %endif
+ ../${source_dir_freetype}/configure \
--host=%{_host} \
--prefix=%{_prefix} \
--bindir=%{_bindir} \