diff options
Diffstat (limited to 'audio/xtuner/files/patch-ab')
-rw-r--r-- | audio/xtuner/files/patch-ab | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/audio/xtuner/files/patch-ab b/audio/xtuner/files/patch-ab deleted file mode 100644 index b340533ac820..000000000000 --- a/audio/xtuner/files/patch-ab +++ /dev/null @@ -1,26 +0,0 @@ ---- Imakefile.orig Thu Dec 19 14:31:12 1996 -+++ Imakefile Mon Jul 1 00:30:04 2002 -@@ -25,9 +25,13 @@ - */ - - #if defined (FreeBSDArchitecture) -- CC= gcc -+XCOMM CC= gcc - EXTRA_DEFINES= -D_HAVE_PARAM_H -- LOCAL_LIBRARIES= -lxforms -lXpm -lX11 -lm -+#if defined (AlphaArchitecture) -+ LOCAL_LIBRARIES= -lforms -lXpm -lX11 -lm -lio -+#else -+ LOCAL_LIBRARIES= -lforms -lXpm -lX11 -lm -+#endif - #else - CFLAGS= -O2 -m486 - LOCAL_LIBRARIES= -lforms -lXpm -lX11 -lm -@@ -55,6 +59,6 @@ - callbacks.o \ - led.o \ - --ComplexProgramTarget(xtuner) -+ComplexProgramTargetNoMan(xtuner) - - |