summaryrefslogtreecommitdiff
path: root/java/openjdk7/files/patch-jdk-make-sun-splashscreen-Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 7u60.Greg Lewis2014-06-071-28/+0
| | | | Notes: svn path=/head/; revision=356958
* Include bundled header files before others. For example, this fixes buildJung-uk Kim2014-04-301-0/+28
with conflicting header files from graphics/jpeg. Note OTHER_INCLUDES or OTHER_CPPFLAGS may be used instead. However, I think this is the least intrusive change. Also, note java/openjdk6 already has a similar fix and java/openjdk8 does not need it. Tested by: Jonathan Chen (jonc at chen dot org dot nz) Notes: svn path=/head/; revision=352670