add missing lib for linking to work with binutils ld

This commit is contained in:
pvalchev 2002-02-28 02:40:24 +00:00
parent 4d5a545066
commit c7aa6e04ed

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2001/10/08 16:29:46 lebel Exp $
# $OpenBSD: Makefile,v 1.3 2002/02/28 02:40:24 pvalchev Exp $
COMMENT= "OpenGL Extrusion library"
@ -28,7 +28,7 @@ USE_X11= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lXi"
post-extract:
@perl -i -p -e 's/3GLE/3/;' ${WRKSRC}/man/*.man