summaryrefslogtreecommitdiff
path: root/lang/icon/patches/patch-bw
blob: 994781fdc8d61917b5ce19c0e94930968927c499 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-bw,v 1.3 2000/04/05 14:32:53 pooka Exp $

--- config/unix/Config/runtime.make.orig	Thu Jul  1 20:36:41 1999
+++ config/unix/Config/runtime.make	Wed Apr  5 17:14:41 2000
@@ -36,9 +36,9 @@
 	$(MAKE) iconx
 
 iconx: $(OBJS)
-	$(CC) $(LDFLAGS) -o iconx  $(OBJS) $(XPMLIB) $(XLIB) $(LIBS)
+	$(CC) $(LDFLAGS) -o iconx  $(OBJS) $(XPMLIB) $(XLIB) $(LIBS) -lm
 	cp iconx ../../bin
-	strip ../../bin/iconx
+#	strip ../../bin/iconx
 
 xcnv.o: cnv.r $(HDRS)
 	../../bin/rtt -x cnv.r