diff options
Diffstat (limited to 'audio/xanalyser/patches/patch-ad')
-rw-r--r-- | audio/xanalyser/patches/patch-ad | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/audio/xanalyser/patches/patch-ad b/audio/xanalyser/patches/patch-ad index f70406a0161..825d4595ea4 100644 --- a/audio/xanalyser/patches/patch-ad +++ b/audio/xanalyser/patches/patch-ad @@ -1,17 +1,17 @@ -$NetBSD: patch-ad,v 1.2 2002/05/12 14:47:12 schmonz Exp $ +$NetBSD: patch-ad,v 1.3 2004/05/03 17:00:42 minskim Exp $ ---- src/Makefile.in.orig Thu Jan 24 03:49:25 2002 +--- src/Makefile.in.orig 2002-01-23 13:49:25.000000000 -0600 +++ src/Makefile.in -@@ -73,7 +73,7 @@ +@@ -73,7 +73,7 @@ bin_PROGRAMS = xanalyser xanalyser_SOURCES = Analyser.cc Analyser.h DSP.cc DSP.h Sample.cc Sample.h Scope.cc Scope.h XAnalyser.ad.h control.cc control.h fft.cc fft.h help.cc help.h help.txt.h main.cc main.h utils.cc utils.h Trans.h -xanalyser_LDADD = -lXext -lXm -lXt -lSM -lICE -lXmu -lXpm -lX11 # -ldfftw -ldrfftw -+xanalyser_LDADD = -lXext -lXm -lXt -lSM -lICE -lXmu -lXpm -lX11 -lossaudio# -ldfftw -ldrfftw ++xanalyser_LDADD = -lXext -lXm -lXt -lSM -lICE -lXmu -lXpm -lX11 ${LIBOSSAUDIO}# -ldfftw -ldrfftw EXTRA_DIST = XAnalyser.ad help.txt *.xpm mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -@@ -302,8 +302,8 @@ +@@ -302,8 +302,8 @@ mostlyclean distclean maintainer-clean main.cc: XAnalyser.ad.h @@ -22,7 +22,7 @@ $NetBSD: patch-ad,v 1.2 2002/05/12 14:47:12 schmonz Exp $ help.cc: help.txt.h -@@ -311,8 +311,8 @@ +@@ -311,8 +311,8 @@ help.txt.h: help.txt txt2c help.txt > help.txt.h install-data-hook: @@ -33,5 +33,3 @@ $NetBSD: patch-ad,v 1.2 2002/05/12 14:47:12 schmonz Exp $ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. - - |