17 lines
		
	
	
		
			678 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			678 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
diff -Naur openjdk-orig/jdk/make/sun/awt/mawt.gmk openjdk/jdk/make/sun/awt/mawt.gmk
 | 
						|
--- openjdk-orig/jdk/make/sun/awt/mawt.gmk	2011-06-27 13:19:26.000000000 -0400
 | 
						|
+++ openjdk/jdk/make/sun/awt/mawt.gmk	2011-07-31 17:42:11.370026854 -0400
 | 
						|
@@ -223,12 +223,6 @@
 | 
						|
         -I$(PLATFORM_SRC)/native/$(PKGDIR) \
 | 
						|
         $(EVENT_MODEL)
 | 
						|
 
 | 
						|
-ifeq ($(PLATFORM), linux)
 | 
						|
-  # Checking for the X11/extensions headers at the additional location
 | 
						|
-  CPPFLAGS += -I$(firstword $(wildcard $(OPENWIN_HOME)/include/X11/extensions) \
 | 
						|
-                        $(wildcard /usr/include/X11/extensions))
 | 
						|
-endif
 | 
						|
-
 | 
						|
 ifeq ($(PLATFORM), solaris)
 | 
						|
   CPPFLAGS += -I$(OPENWIN_HOME)/include/X11/extensions
 | 
						|
 endif
 |