You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2008/01/13 08:55:57 UTC

svn commit: r611545 - /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/makefile

Author: hindessm
Date: Sat Jan 12 23:55:38 2008
New Revision: 611545

URL: http://svn.apache.org/viewvc?rev=611545&view=rev
Log:
The patch committed in r606703 for "[#HARMONY-5338] [classlib][awt]
Performance improvement for XGraphics2D" results in unsatisfied link
errors for me.

This should fix it.

Modified:
    harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/makefile

Modified: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/makefile?rev=611545&r1=611544&r2=611545&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/makefile Sat Jan 12 23:55:38 2008
@@ -36,7 +36,7 @@
 	$(LIBPATH)libhypool.a $(LIBPATH)libhyfdlibm.a \
 	$(LIBPATH)libvmi$(HY_LINKLIB_SUFFIX)
 
-OSLIBS += $(STDCLIBS)
+OSLIBS += $(STDCLIBS) $(XLIBS)
 
 DLLNAME=../libgl$(HY_SHLIB_SUFFIX)
 EXPNAME=HYGL_0.1