[GRASS-SVN] r36756 - grass/branches/develbranch_6/visualization/nviz2/cmd

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Apr 16 08:50:44 EDT 2009


Author: kyngchaos
Date: 2009-04-16 08:50:44 -0400 (Thu, 16 Apr 2009)
New Revision: 36756

Modified:
   grass/branches/develbranch_6/visualization/nviz2/cmd/Makefile
Log:
X11 includes and libs were added regardless of OPENGL_* settings

Modified: grass/branches/develbranch_6/visualization/nviz2/cmd/Makefile
===================================================================
--- grass/branches/develbranch_6/visualization/nviz2/cmd/Makefile	2009-04-16 12:12:31 UTC (rev 36755)
+++ grass/branches/develbranch_6/visualization/nviz2/cmd/Makefile	2009-04-16 12:50:44 UTC (rev 36756)
@@ -23,9 +23,7 @@
 
 XTRA_LDFLAGS = $(OGL_LIBS)
 
-EXTRA_CFLAGS=$(XCFLAGS) $(XMINC)
-
-LIBES = $(GISLIB) $(XLIBPATH) $(XLIB) $(XEXTRALIBS) $(OGSFLIB) $(NVIZLIB)
+LIBES = $(GISLIB) $(OGSFLIB) $(NVIZLIB)
 DEPENDENCIES = $(GISDEP) $(NVIZDEP)
 
 include $(MODULE_TOPDIR)/include/Make/Module.make



More information about the grass-commit mailing list