public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-geosciences/grass/files: grass-6.4.1-nopycompile.patch grass-6.4.1-timer_flags.patch
@ 2011-11-15  4:05 Steve Arnold (nerdboy)
  0 siblings, 0 replies; only message in thread
From: Steve Arnold (nerdboy) @ 2011-11-15  4:05 UTC (permalink / raw
  To: gentoo-commits

nerdboy     11/11/15 04:05:27

  Added:                grass-6.4.1-nopycompile.patch
                        grass-6.4.1-timer_flags.patch
  Log:
  Added small fixes for bugs 375999 and 381763.
  
  (Portage version: 2.1.10.32/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-geosciences/grass/files/grass-6.4.1-nopycompile.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/grass/files/grass-6.4.1-nopycompile.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/grass/files/grass-6.4.1-nopycompile.patch?rev=1.1&content-type=text/plain

Index: grass-6.4.1-nopycompile.patch
===================================================================
diff -ur grass-6.4.1.orig/gui/wxpython/Makefile grass-6.4.1/gui/wxpython/Makefile
--- grass-6.4.1.orig/gui/wxpython/Makefile
+++ grass-6.4.1/gui/wxpython/Makefile
@@ -11,7 +11,7 @@
 ETCDIR = $(ETC)/wxpython
 
 SRCFILES := $(wildcard compat/* gui_modules/* icons/*.* icons/silk/* images/* xml/*) gis_set.py wxgui.py README
-DSTFILES := $(patsubst %,$(ETCDIR)/%,$(SRCFILES)) $(patsubst %.py,$(ETCDIR)/%.pyc,$(filter %.py,$(SRCFILES)))
+DSTFILES := $(patsubst %,$(ETCDIR)/%,$(SRCFILES))
 
 default: install_scripts
 	$(MAKE) parsubdirs



1.1                  sci-geosciences/grass/files/grass-6.4.1-timer_flags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/grass/files/grass-6.4.1-timer_flags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/grass/files/grass-6.4.1-timer_flags.patch?rev=1.1&content-type=text/plain

Index: grass-6.4.1-timer_flags.patch
===================================================================
--- tools/timer/Makefile.orig	2011-11-14 18:58:13.000000000 -0800
+++ tools/timer/Makefile	2011-11-14 19:00:41.000000000 -0800
@@ -8,8 +8,8 @@
 default: $(ETC)/$(PGM)
 
 $(ETC)/$(PGM): main.c
-	$(CC) -c $<
-	$(CC) -o $(ETC)/$(PGM) $<
+	$(CC) $(CFLAGS) -c $<
+	$(CC) $(LDFLAGS) -o $(ETC)/$(PGM) $<
 
 clean:
 	\rm -f $(ETC)/$(PGM) main.o






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

only message in thread, other threads:[~2011-11-15  4:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-15  4:05 [gentoo-commits] gentoo-x86 commit in sci-geosciences/grass/files: grass-6.4.1-nopycompile.patch grass-6.4.1-timer_flags.patch Steve Arnold (nerdboy)

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