list all libraries needed and in the correct order so this builds

on static archs
from todd@
This commit is contained in:
jakemsr 2010-09-25 02:58:00 +00:00
parent 24a4f25151
commit 6704c2a7ac

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.2 2010/07/23 19:46:00 ckuethe Exp $
# $OpenBSD: Makefile,v 1.3 2010/09/25 02:58:00 jakemsr Exp $
.include <bsd.xconf.mk>
PROG= video
CPPFLAGS+= -I${X11BASE}/include
LDADD+= -L${X11BASE}/lib -lX11 -lXv
LDADD+= -L${X11BASE}/lib -lXv -lXext -lX11 -lXau -lXdmcp
MANDIR= ${X11BASE}/man/cat
obj: _xenocara_obj