Patch forgotten in previous, oops
This commit is contained in:
parent
b076e22161
commit
61f927194b
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2017/11/02 12:09:42 jca Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2017/11/02 13:09:26 jca Exp $
|
||||
|
||||
BROKEN-powerpc = SIGILL when building
|
||||
COMMENT = program for extreme audio stretching
|
||||
DISTNAME = paulstretch-2.2-2
|
||||
REVISION = 3
|
||||
REVISION = 4
|
||||
PKGNAME = paulstretch-2.2.2
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
CATEGORIES = audio x11
|
||||
|
18
audio/paulstretch/patches/patch-compile_linux_kissfft_sh
Normal file
18
audio/paulstretch/patches/patch-compile_linux_kissfft_sh
Normal file
@ -0,0 +1,18 @@
|
||||
$OpenBSD: patch-compile_linux_kissfft_sh,v 1.1 2017/11/02 13:09:26 jca Exp $
|
||||
|
||||
- respect CXX/CXXFLAGS
|
||||
- don't rely on inter-libraries deps
|
||||
|
||||
Index: compile_linux_kissfft.sh
|
||||
--- compile_linux_kissfft.sh.orig
|
||||
+++ compile_linux_kissfft.sh
|
||||
@@ -5,7 +5,7 @@ fluid -c GUI.fl
|
||||
fluid -c FreeEditUI.fl
|
||||
|
||||
|
||||
-g++ -ggdb -DKISSFFT -I./contrib GUI.cxx FreeEditUI.cxx *.cpp Input/*.cpp Output/*.cpp contrib/*.c `fltk-config --cflags` \
|
||||
- `fltk-config --ldflags` -laudiofile -lvorbisenc -lvorbisfile -lportaudio -lpthread -lmad -lmxml -o $outfile
|
||||
+${CXX} ${CXXFLAGS} -DKISSFFT -I./contrib GUI.cxx FreeEditUI.cxx *.cpp Input/*.cpp Output/*.cpp contrib/*.c `fltk-config --cflags` \
|
||||
+ `fltk-config --ldflags` -laudiofile -lvorbisenc -lvorbisfile -lvorbis -logg -lportaudio -lpthread -lmad -lmxml -lz -o $outfile
|
||||
|
||||
rm -f GUI.h GUI.cxx FreeEditUI.h FreeEditUI.cxx
|
Loading…
x
Reference in New Issue
Block a user