freebsd-ports/net/empty/files/patch-Makefile
Vsevolod Stakhov 7c2a5c31da Add net/empty - easy to use replacement for expect. Empty do not use
TCL and is more lightweight than expect.

PR:		86295
Submitted by:	Mikhail Zakharov <zmey20000@yahoo.com>
2005-09-19 10:41:34 +00:00

14 lines
262 B
Text

--- Makefile.orig Mon Sep 19 14:32:32 2005
+++ Makefile Mon Sep 19 14:33:23 2005
@@ -3,8 +3,10 @@
# make to build for *BSD or Linux
#
+CC ?= gcc
+
all:
- gcc -lutil -o empty empty.c
+ ${CC} ${CFLAGS} -lutil -o empty empty.c
FreeBSD: all
NetBSD: all