aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/fontconfig/CONTROL2
-rw-r--r--ports/fontconfig/build2.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/fontconfig/CONTROL b/ports/fontconfig/CONTROL
index f08532e13..f83c3b1ce 100644
--- a/ports/fontconfig/CONTROL
+++ b/ports/fontconfig/CONTROL
@@ -1,6 +1,6 @@
Source: fontconfig
Version: 2.13.1
-Port-Version: 6
+Port-Version: 7
Homepage: https://www.freedesktop.org/software/fontconfig/front.html
Description: Library for configuring and customizing font access.
Build-Depends: freetype, expat, libiconv, dirent, pthread, json-c, libuuid (!windows&!osx&!mingw), gettext
diff --git a/ports/fontconfig/build2.patch b/ports/fontconfig/build2.patch
index 13bacf15d..2b2780abb 100644
--- a/ports/fontconfig/build2.patch
+++ b/ports/fontconfig/build2.patch
@@ -7,7 +7,7 @@ index f0fa0ec50..24e5afd16 100644
$(TOOL): $(TSRC) $(ALIAS_FILES)
- $(AM_V_GEN) $(CC_FOR_BUILD) -o $(TOOL) $< $(AM_CPPFLAGS)
-+ $(AM_V_GEN) $(CC_FOR_BUILD) -o $(TOOL) $< $(AM_CPPFLAGS) $(LIBINTL)
++ $(AM_V_GEN) $(CC_FOR_BUILD) -o $(TOOL) $< $(AM_CPPFLAGS) $(LIBINTL) $(CFLAGS)
$(TARG): $(TMPL) $(TSRC) $(DEPS)
$(AM_V_GEN) $(MAKE) $(TOOL) && \