wok-next diff rtaudio/receipt @ rev 19037

Up libfm*, pcmanfm (1.2.4)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Apr 13 16:59:02 2016 +0200 (2016-04-13)
parents 3b4e4318134e
children fb478984fbc8
line diff
     1.1 --- a/rtaudio/receipt	Tue Dec 03 18:28:51 2013 +0000
     1.2 +++ b/rtaudio/receipt	Wed Apr 13 16:59:02 2016 +0200
     1.3 @@ -16,13 +16,12 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	./configure \
     1.9  		--prefix=/usr \
    1.10  		--with-alsa \
    1.11  		--with-jack \
    1.12  		$CONFIGURE_ARGS &&
    1.13 -	make
    1.14 +	make -j 1
    1.15  	# Python bindings --> rtaudio-python ??
    1.16  	#cd $src/contrib/python/pyrtaudio
    1.17  	#CFLAGS="$CFLAGS -I../../../include" \