freebsd-ports/emulators/x48/files/patch-src+Imakefile
Alexey Dokuchaev c4fcaa4d4d - Update to version 0.4.3 [1]
- Respect PREFIX better

Submitted by:	jylefort [1]
2006-09-05 20:24:10 +00:00

13 lines
365 B
Text

--- src/Imakefile.orig Wed Sep 6 00:58:40 2006
+++ src/Imakefile Wed Sep 6 01:00:32 2006
@@ -25,8 +25,8 @@
TOP = ..
BIN = .
UTILS = $(TOP)/utils
- READLINELIB = -lreadline TermcapLibrary
-EXTRA_LIBRARIES =
+ READLINELIB = -lreadline -ltermcap
+EXTRA_LIBRARIES = -lutil
#ifdef HAVE_XSHM
# define XSHM_DEF -DHAVE_XSHM