Commit graph

2 commits

Author SHA1 Message Date
Dmitry Marakasov
00216d6ae4 - Fix LICENSE
- Simplify docs installation
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-02-06 23:40:46 +00:00
Raphael Kubo da Costa
ecb94f19a4 Make the port build with the upcoming Qt 4.8.x series.
Since 4.8.0 [1], Qt itself does not automatically include GLU's
headers and libraries with its OpenGL module, so applications which
relied on Qt to get these need to be adjusted.

This has also involved polishing the port Makefile a little. It
still needs a lot of love. For now:
 - Remove the modeline from the beginning of the file.  Add an
 - explicit dependency on GLU via USE_GL=glu.  Move the CXXFLAGS and
 - LDFLAGS lines up in the file.  Merge the two lines setting LDFLAGS.
 - Fix the port's build system to use CXXFLAGS instead of CPPFLAGS for
 - C++ compiler flags, so that we need not set FLAGS in MAKE_ARGS
   anymore.

[1] e7eed096a0
2012-05-20 03:27:54 +00:00