fix library order to allow static linking
This commit is contained in:
parent
89e9f6948e
commit
240674e882
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2007/09/15 23:54:18 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2009/03/22 15:53:04 naddy Exp $
|
||||
# $FreeBSD: ports/misc/ytree/Makefile,v 1.10 2000/04/30 20:15:23 steve Exp $
|
||||
|
||||
COMMENT= DOS-XTREE(tm) look-a-like file manager
|
||||
@ -23,7 +23,7 @@ ALL_TARGET= ytree
|
||||
NO_REGRESS= Yes
|
||||
|
||||
CFLAGS+= -DCOLOR_SUPPORT -DREADLINE_SUPPORT
|
||||
LDFLAGS+= -lcompat -lcurses -lreadline
|
||||
LDFLAGS+= -lcompat -lreadline -lcurses
|
||||
MAKE_FLAGS+= CC=${CC} CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
do-install:
|
||||
|
Loading…
Reference in New Issue
Block a user