Skip to content

Commit

Permalink
add missing lib for linking to work with binutils ld
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Valchev committed Feb 28, 2002
1 parent 674cdee commit 7cfe4e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphics/gle/Makefile
Original file line number Diff line number Diff line change
@@ -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"

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7cfe4e0

Please sign in to comment.