mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
a048b3fe71
a countless number of instruments, from some common heared from expensive hardware to interesting sounds that you'll boost to an amazing universe of sounds. WWW: http://zynaddsubfx.sourceforge.net/ PR: ports/108460 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
15 lines
380 B
Plaintext
15 lines
380 B
Plaintext
--- Makefile.orig Thu Jan 25 10:11:05 2007
|
|
+++ Makefile Thu Jan 25 10:11:28 2007
|
|
@@ -1,11 +1,5 @@
|
|
include Makefile.inc
|
|
|
|
-ifneq ($(MAKECMDGOALS),debug)
|
|
- CXXFLAGS= -O6 -Wall
|
|
-else
|
|
- CXXFLAGS= -O0 -Wall -Wpointer-arith -Wstrict-prototypes
|
|
-endif
|
|
-
|
|
CXXFLAGS += -DOS_$(OS_PORT) -D$(MIDIIN)MIDIIN -DFFTW_VERSION_$(FFTW_VERSION) -DASM_F2I_$(ASM_F2I)
|
|
|
|
ifeq ($(DISABLE_GUI),YES)
|