public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/gsl-shell/files: gsl-shell-nogui.patch
@ 2012-09-21 13:26 Andrey Grozin (grozin)
  0 siblings, 0 replies; only message in thread
From: Andrey Grozin (grozin) @ 2012-09-21 13:26 UTC (permalink / raw
  To: gentoo-commits

grozin      12/09/21 13:26:42

  Added:                gsl-shell-nogui.patch
  Log:
  New USE flag doc; build with USE=-fox fixed
  
  (Portage version: 2.2.0_alpha130/cvs/Linux i686)

Revision  Changes    Path
1.1                  sci-mathematics/gsl-shell/files/gsl-shell-nogui.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gsl-shell/files/gsl-shell-nogui.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gsl-shell/files/gsl-shell-nogui.patch?rev=1.1&content-type=text/plain

Index: gsl-shell-nogui.patch
===================================================================
diff -r -U1 gsl-shell.orig/Makefile gsl-shell/Makefile
--- gsl-shell.orig/Makefile	2012-09-21 19:54:05.000000000 +0700
+++ gsl-shell/Makefile	2012-09-21 19:53:37.000000000 +0700
@@ -29,3 +29,2 @@
 GSL_SHELL = gsl-shell$(EXE_EXT)
-GSL_SHELL_GUI = gsl-shell-gui$(EXE_EXT)
 LUA_CFLAGS = -I$(LUADIR)/src
@@ -73,4 +72,3 @@
 INCLUDES += $(PTHREADS_CFLAGS) -Iagg-plot
-GUI_SUBDIR = fox-gui
-SUBDIRS += agg-plot $(GUI_SUBDIR)
+SUBDIRS += agg-plot
 LUAGSL_LIBS += agg-plot/libaggplot.a
@@ -105,6 +103,5 @@
 
-install: $(GSL_SHELL) $(GUI_SUBDIR)
+install: $(GSL_SHELL)
 	mkdir -p $(INSTALL_BIN_DIR)
 	cp $(GSL_SHELL) $(INSTALL_BIN_DIR)
-	cp fox-gui/$(GSL_SHELL_GUI) $(INSTALL_BIN_DIR)
 	mkdir -p $(INSTALL_LIB_DIR)
@@ -122,3 +119,2 @@
 	$(MAKE) -C $(LUADIR) clean
-	$(MAKE) -C fox-gui clean
 	$(HOST_RM) *.o $(TARGETS)





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-21 13:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-21 13:26 [gentoo-commits] gentoo-x86 commit in sci-mathematics/gsl-shell/files: gsl-shell-nogui.patch Andrey Grozin (grozin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox