blob: d48d8a996f9bc9bfa15048f3614a1051f80ea999 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aa,v 1.2 2009/12/06 23:32:56 dholland Exp $
Adjust makefile variables per pkgsrc covnentions.
--- Makefile.orig 2007-04-19 15:24:41.000000000 +0300
+++ Makefile 2007-06-08 08:57:16.000000000 +0300
@@ -7,7 +7,7 @@
wcwidth.o xenc.o
ipbt: $(IPBT)
- $(CC) $(LFLAGS) -o ipbt $(IPBT) -lm -lncursesw
+ $(CC) $(LDFLAGS) -o ipbt $(IPBT) -lm -lncursesw
be_none.o: be_none.c putty.h puttyps.h unix.h charset.h network.h misc.h \
puttymem.h
|