mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
11 lines
467 B
Text
11 lines
467 B
Text
--- src/Rack/Makefile.orig 2023-10-24 08:54:55 UTC
|
|
+++ src/Rack/Makefile
|
|
@@ -11,7 +11,7 @@ SOURCES += dep/oui-blendish/blendish.c
|
|
SOURCES += dep/nanovg/src/nanovg.c
|
|
SOURCES += dep/osdialog/osdialog.c
|
|
SOURCES += dep/oui-blendish/blendish.c
|
|
-SOURCES += dep/pffft/pffft.c dep/pffft/fftpack.c
|
|
+#SOURCES += dep/pffft/pffft.c dep/pffft/fftpack.c
|
|
SOURCES += dep/tinyexpr/tinyexpr.c
|
|
SOURCES += $(wildcard src/*.c src/*/*.c)
|
|
SOURCES += $(wildcard src/*.cpp src/*/*.cpp)
|