summaryrefslogtreecommitdiff
path: root/editors/xemacs/patches/patch-ak
blob: 64be153fccfffa36f6bad4bac3402f400c4796fe (plain)
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
27
$NetBSD: patch-ak,v 1.3 1999/12/06 14:24:03 bouyer Exp $

--- src/Makefile.in.in.orig	Sat Jun 20 02:58:42 1998
+++ src/Makefile.in.in	Mon Dec  6 00:42:14 1999
@@ -52,8 +52,8 @@
 RECURSIVE_MAKE=@RECURSIVE_MAKE@
 
 c_switch_all=@c_switch_all@
-ld_switch_all=@ld_switch_all@
-ld_libs_all=@ld_libs_all@
+ld_switch_all=@ld_switch_all@ @LDFLAGS@
+ld_libs_all=@ld_libs_all@ @LIBOSSAUDIO@
 ld_dynamic_link_flags=@ld_dynamic_link_flags@
 
 extra_objs=@extra_objs@
@@ -133,9 +133,9 @@
 
 #ifdef SOLARIS2
 %.o : %.c
-#else
-.c.o:
+	$(CC) -c $(cflags) $<
 #endif
+.c.o:
 	$(CC) -c $(cflags) $<
 
 ## Create preprocessor output (debugging purposes only)