[svn:parrot] r36101 - trunk/config/gen/makefiles

[email protected] Wed, 28 Jan 2009 10:07:18 -0800 (PST)
Newsgroups perl.cvs.parrot
Message-ID <[email protected]>
Author: rurban
Date: Wed Jan 28 10:07:17 2009
New Revision: 36101

Modified:
   trunk/config/gen/makefiles/root.in

Log:
Fix tt#249 undefined opengl_lib

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	(original)
+++ trunk/config/gen/makefiles/root.in	Wed Jan 28 10:07:17 2009
@@ -2195,7 +2195,8 @@
 $(LIBGLUTCB_SO): $(LIBPARROT) $(SRC_DIR)/glut_callbacks$(O)
 	$(LD) $(LD_LOAD_FLAGS) $(LDFLAGS) \
     @ld_out@$@ $(SRC_DIR)/glut_callbacks$(O) \
-    $(ALL_PARROT_LIBS) @opengl_lib@
+    $(ALL_PARROT_LIBS) \
+#IF(has_opengl):    @opengl_lib@
 
 # emacs etags
 # this needs exuberant-ctags