public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libsamplerate/files: libsamplerate-0.1.2-dontbuild-tests-examples.patch
@ 2008-02-22 13:22 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2008-02-22 13:22 UTC (permalink / raw
  To: gentoo-commits

flameeyes    08/02/22 13:22:45

  Added:                libsamplerate-0.1.2-dontbuild-tests-examples.patch
  Log:
  Don't build tests and examples during standard make, this saves a few gcc/ld calls for most users.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.1                  media-libs/libsamplerate/files/libsamplerate-0.1.2-dontbuild-tests-examples.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsamplerate/files/libsamplerate-0.1.2-dontbuild-tests-examples.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsamplerate/files/libsamplerate-0.1.2-dontbuild-tests-examples.patch?rev=1.1&content-type=text/plain

Index: libsamplerate-0.1.2-dontbuild-tests-examples.patch
===================================================================
Index: libsamplerate-0.1.2/examples/Makefile.am
===================================================================
--- libsamplerate-0.1.2.orig/examples/Makefile.am
+++ libsamplerate-0.1.2/examples/Makefile.am
@@ -3,7 +3,7 @@
 
 bin_PROGRAMS = sndfile-resample
 
-noinst_PROGRAMS = varispeed-play
+EXTRA_PROGRAMS = varispeed-play
 
 SAMPLERATEDIR =../src
 INCLUDES = -I$(srcdir)/$(SAMPLERATEDIR) @OS_SPECIFIC_INCLUDES@
Index: libsamplerate-0.1.2/tests/Makefile.am
===================================================================
--- libsamplerate-0.1.2.orig/tests/Makefile.am
+++ libsamplerate-0.1.2/tests/Makefile.am
@@ -1,4 +1,4 @@
-noinst_PROGRAMS = misc_test termination_test simple_test callback_test \
+EXTRA_PROGRAMS = misc_test termination_test simple_test callback_test \
 					reset_test multi_channel_test snr_bw_test \
 					float_short_test src-evaluate benchmark
 
@@ -47,7 +47,7 @@ benchmark_LDADD  = $(SAMPLRATEDIR)/libsa
 
 #===============================================================================
 
-check: $(noinst_PROGRAMS)
+check: $(EXTRA_PROGRAMS)
 	date
 	uname -a
 	./misc_test$(EXEEXT)



-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-02-22 13:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-22 13:22 [gentoo-commits] gentoo-x86 commit in media-libs/libsamplerate/files: libsamplerate-0.1.2-dontbuild-tests-examples.patch Diego Petteno (flameeyes)

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