fd12a12400
- depends on math/fftw for the spectrum analyzer mode.
23 lines
597 B
Plaintext
23 lines
597 B
Plaintext
$OpenBSD: patch-src_Makefile,v 1.2 2002/04/19 18:18:50 lebel Exp $
|
|
--- src/Makefile.orig Mon Feb 25 13:12:36 2002
|
|
+++ src/Makefile Fri Apr 19 13:53:05 2002
|
|
@@ -11,7 +11,7 @@ FFTW_LIB_DIR ?=
|
|
|
|
FFTW_LIB = $(FFTW_LIB_DIR) -lrfftw -lfftw
|
|
|
|
-FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) $(ESD_INCLUDE)
|
|
+CFLAGS+= -fPIC $(GTK_INCLUDE) $(ESD_INCLUDE)
|
|
LIBS = $(GTK_LIB) $(ESD_LIB) $(FFTW_LIB) -lm
|
|
LFLAGS = -shared
|
|
|
|
@@ -22,9 +22,6 @@ endif
|
|
ifeq ($(enable_nls),1)
|
|
FLAGS += -DENABLE_NLS -DLOCALEDIR=\"$(LOCALEDIR)\"
|
|
endif
|
|
-
|
|
-
|
|
-CC = gcc $(FLAGS) $(CFLAGS)
|
|
|
|
OBJS = gkrellmss.o oscope.o spectrum.o sdlib.o
|
|
|