The result of `imlib-config --libs` is missing, it's always -L/usr/local with or without LOCALBASE such as /opt. How-To-Repeat: env LOCALBASE=/opt (or other) make install. Then run imlib-config --libs.
Responsible Changed From-To: freebsd-ports->gnome Over to maintainer
Responsible Changed From-To: gnome->ade I'll look into this on my next upcoming build.
State Changed From-To: open->feedback Whilst your patch certainly removes one instance of a hardcoded /usr/local, it doesn't address the other, and I also see no issues with the PREFIX/lib being picked up first with imlib-config compile with a PREFIX set elsewhere. Please advise. guardian 13# /dist/build/bin/imlib-config --libs -L/dist/build/lib -lImlib -L/usr/local/lib -ltiff -lungif -lpng -lz -lm -lXext -L/usr/X11R6/lib -lSM -lICE -lXext -lX11 guardian 14# /dist/build/bin/imlib-config --libs-gdk -L/dist/build/lib -lgdk_imlib -ltiff -lungif -lpng -lz -lm -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm -L/usr/local/lib
State Changed From-To: feedback->closed After some confusion on my part, patch committed, thanks!