Info file for avoiding X11 convenience symlinks in libbonoboui2-2.24.2-3 (with the same revision because of no functional change) avoids the X11 convenience symlinks during the build. The changes to the info file are...
diff -r1.2 libbonoboui2.info
31a32
> fink-buildenv-modules (>= 0.1.3-1),
60c61
< SetCPPFLAGS: -I%p/lib/fontconfig2/include -I/usr/X11/include
---
> SetCPPFLAGS: -I%p/lib/fontconfig2/include
63c64
< ConfigureParams: --enable-dependency-tracking --disable-static PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH" --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --enable-gtk-doc
---
> ConfigureParams: --enable-dependency-tracking --disable-static PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH" --x-includes=$X11_BASE_DIR/include --x-libraries=$X11_BASE_DIR/lib --enable-gtk-doc
64a66,67
> #!/bin/sh -ev
> . %p/sbin/fink-buildenv-helper.sh
Tested with 'fink -m' on future os missing the X11 convenience symlinks due to rootless.
Info file for avoiding X11 convenience symlinks in libbonoboui2-2.24.2-3
Last edit: Jack Howarth 2015-06-17
Diff:
Note that passing -I/usr/X11/include on CPPFLAGS seems to be unnecessary.