openbsd-ports/audio/gkrellmss/patches/patch-src_Makefile
lebel fd12a12400 update audio/gkrellmss to 0.4;
- depends on math/fftw for the spectrum analyzer mode.
2002-04-19 18:18:50 +00:00

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