Joshua M. Clulow
2020-09-24 e5bf7110c4b69692b3a80b54edb2c5e14b9b6a8e
library/gdk-pixbuf, image/gimp: configure cannot find correct libjpeg header
2 files modified
5 ■■■■ changed files
components/image/gimp/Makefile 2 ●●●●● patch | view | raw | blame | history
components/library/gdk-pixbuf/Makefile 3 ●●●● patch | view | raw | blame | history
components/image/gimp/Makefile
@@ -18,6 +18,7 @@
COMPONENT_NAME=        gimp
COMPONENT_VERSION=    2.10.20
COMPONENT_REVISION=    1
COMPONENT_PROJECT_URL=    https://www.gimp.org/
COMPONENT_SUMMARY=    Gimp - The Free & Open Source Image Editor
COMPONENT_FMRI=        image/editor/gimp
@@ -41,6 +42,7 @@
CFLAGS   += $(JPEG_CPPFLAGS) $(JPEG_CFLAGS)
CXXFLAGS += $(JPEG_CPPFLAGS) $(JPEG_CXXFLAGS)
LDFLAGS  += $(JPEG_LDFLAGS)
CONFIGURE_ENV += CPPFLAGS="$(JPEG_CPPFLAGS)"
COMPONENT_PREP_ACTION =    ( cd $(@D)  && \
                libtoolize --force &&\
components/library/gdk-pixbuf/Makefile
@@ -18,7 +18,7 @@
COMPONENT_NAME= gdk-pixbuf
COMPONENT_VERSION= 2.36.12
COMPONENT_REVISION= 1
COMPONENT_REVISION= 2
COMPONENT_SUMMARY= GNOME gdk-pixbuf
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
@@ -43,6 +43,7 @@
CFLAGS   += $(JPEG_CPPFLAGS) $(JPEG_CFLAGS)
CXXFLAGS += $(JPEG_CPPFLAGS) $(JPEG_CXXFLAGS)
LDFLAGS  += $(JPEG_LDFLAGS)
CONFIGURE_ENV += CPPFLAGS="$(JPEG_CPPFLAGS)"
# Find issues with undefined symbols in build time
LD_OPTIONS += $(LD_Z_DEFS)