summaryrefslogtreecommitdiff
path: root/audio/xanalyser/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xanalyser/patches/patch-ad')
-rw-r--r--audio/xanalyser/patches/patch-ad17
1 files changed, 15 insertions, 2 deletions
diff --git a/audio/xanalyser/patches/patch-ad b/audio/xanalyser/patches/patch-ad
index dd9895b094a..f70406a0161 100644
--- a/audio/xanalyser/patches/patch-ad
+++ b/audio/xanalyser/patches/patch-ad
@@ -1,6 +1,6 @@
-$NetBSD: patch-ad,v 1.1.1.1 2002/04/23 03:33:27 schmonz Exp $
+$NetBSD: patch-ad,v 1.2 2002/05/12 14:47:12 schmonz Exp $
---- src/Makefile.in.orig Wed Jan 23 14:49:25 2002
+--- src/Makefile.in.orig Thu Jan 24 03:49:25 2002
+++ src/Makefile.in
@@ -73,7 +73,7 @@
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
@@ -22,3 +22,16 @@ $NetBSD: patch-ad,v 1.1.1.1 2002/04/23 03:33:27 schmonz Exp $
help.cc: help.txt.h
+@@ -311,8 +311,8 @@
+ txt2c help.txt > help.txt.h
+
+ install-data-hook:
+- mkdir -p $(DESTDIR)/usr/X11R6/lib/X11/app-defaults
+- cp XAnalyser.ad $(DESTDIR)/usr/X11R6/lib/X11/app-defaults/XAnalyser
++ mkdir -p $(DESTDIR)$(prefix)/lib/X11/app-defaults
++ cp XAnalyser.ad $(DESTDIR)$(prefix)/lib/X11/app-defaults/XAnalyser
+
+ # 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.
+
+