cvs commit: ports/java/jdk16 Makefile ports/java/jdk16/files patch-j2se-splashscreen-Makefile

Greg Lewis glewis at FreeBSD.org
Wed Oct 15 03:34:39 UTC 2008


glewis      2008-10-15 03:34:38 UTC

  FreeBSD ports repository

  Modified files:
    java/jdk16           Makefile 
    java/jdk16/files     patch-j2se-splashscreen-Makefile 
  Log:
  . When building libsplashscreen, put the internal JDK header paths before
    the external system header paths.  This prevents us from picking up the
    jpeg headers from the system headers when building splashscreen_jpeg.c
    which caused an undefined reference to be present in libsplashscreen
    since the internal JDK jpeg headers remap the function names.
  
  PR:             119654
  
  Revision  Changes    Path
  1.162     +1 -1      ports/java/jdk16/Makefile
  1.4       +22 -3     ports/java/jdk16/files/patch-j2se-splashscreen-Makefile


More information about the cvs-ports mailing list