Opened 4 years ago

Closed 4 years ago

#60138 closed defect (fixed)

gdk-pixbuf2 fails to build -x11 variant

Reported by: sdhawley (Steve) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: F30 (Felix Dreissig), phriedrich
Port: gdk-pixbuf2

Description

Looks related to meson build options, default is set to x11 true and setting variant -x11 doesn't change it

Change History (6)

comment:1 Changed 4 years ago by mf2k (Frank Schima)

In the future, please add the port maintainer(s) to Cc (port info --maintainers gdk-pixbuf2), if any.

comment:2 Changed 4 years ago by mf2k (Frank Schima)

Owner: set to dbevans
Status: newassigned

comment:3 Changed 4 years ago by F30 (Felix Dreissig)

Cc: F30 added

comment:4 Changed 4 years ago by phriedrich

Cc: phriedrich added

comment:5 Changed 4 years ago by jxy (Xiao-Yong)

This patch works for me.

  • Portfile

    old new  
    4747configure.ldflags-append -lintl
    4848
    4949configure.args      -Ddocs=true \
     50                    -Dx11=false \
    5051                    -Djasper=true
    5152
    5253# gobject-introspection uses g-ir-scanner, which uses $CC from env

comment:6 Changed 4 years ago by dbevans (David B. Evans)

Resolution: fixed
Status: assignedclosed

In 8a364d57e0a0d88fdef371bc7573c6c734a10846/macports-ports (master):

gdk-pixbuf2: fix +x11 variant logic

Closes #60138

Note: See TracTickets for help on using tickets.