pkgsrc/x11/wterm/patches/patch-ae
bouyer c3966e4795 Add explicit --enable-transparency to configure args.
Add a check for openpty() in libutil in configure, instead of hardcoding it.
2002-10-27 13:44:19 +00:00

13 lines
399 B
Text

$NetBSD: patch-ae,v 1.1 2002/10/27 13:44:20 bouyer Exp $
--- src/Makefile.in.orig Wed Oct 16 18:49:15 2002
+++ src/Makefile.in Wed Oct 16 18:49:21 2002
@@ -45,7 +45,7 @@
all: wterm
wterm: version.h $(PROS) $(OBJS)
- $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) $(XLIB) $(DLIB) -lutil
+ $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) $(XLIB) $(DLIB)
.c.pro:
$(SED) -n -f $(srcdir)/makeprotos-sed $< > $@