xdiskusage-1.47 Multiple Makefile errors
Brought to you by:
spitzak
Submitted by: nikke+xdiskusagebugs@acc.umu.se
I have noticed the following Makefile-related bugs when
building xdiskusage on an AIX machine:
* CPPFLAGS isn't used in the Makefiles, so libraries found
by configure is missing at compile-time.
* Libraries are hard-coded in makeinclude.in, but there are
several systems that has no Xinerama and/or OpenGL.
The need for these libraries should be checked by
configure.
Use of fltk-config program is probably necessary. Fixed the libraries with this, but the CPPFLAGS are not fixed yet.
The CPPFLAGS were added to the makefile some time ago.