aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xtuner/files/patch-ab
blob: b340533ac8204c01881f3fbd00172e173e900df7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- 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)