svn commit: r315747 - head/java/eclipse/files

Greg Lewis glewis at FreeBSD.org
Sat Apr 6 17:21:22 UTC 2013


Author: glewis
Date: Sat Apr  6 17:21:21 2013
New Revision: 315747
URL: http://svnweb.freebsd.org/changeset/ports/315747

Log:
  . Fix build error for java/eclipse with current glib
  
  PR:		177582
  Submitted by:	Jimmy Kelley <ljboiler at gmail.com>
  Approved by:	portmgr (miwi)

Modified:
  head/java/eclipse/files/freebsd-support.patch

Modified: head/java/eclipse/files/freebsd-support.patch
==============================================================================
--- head/java/eclipse/files/freebsd-support.patch	Sat Apr  6 16:51:41 2013	(r315746)
+++ head/java/eclipse/files/freebsd-support.patch	Sat Apr  6 17:21:21 2013	(r315747)
@@ -7480,3 +7480,18 @@ $FreeBSD$
  GLX_PREFIX = swt-glx
  
  SWT_LIB = lib$(SWT_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so
+--- build/eclipse-3.7.1-src/plugins/org.eclipse.core.net/natives/unix/gnomeproxy.c.orig	2008-10-17 09:48:23.000000000 -0500
++++ build/eclipse-3.7.1-src/plugins/org.eclipse.core.net/natives/unix/gnomeproxy.c	2013-03-24 21:44:14.000000000 -0500
+@@ -13,11 +13,10 @@
+ #include <jni.h>
+ 
+ #include <glib.h>
+-#include <glib/gslist.h>
+ #include <gconf/gconf-value.h>
+ #include <gconf/gconf-client.h>
+ 
+-#ifdef __linux__
++#ifdef __STDC__
+ #include <string.h>
+ #else
+ #include <strings.h>


More information about the svn-ports-head mailing list