From c7aa6e04ed91e142233837f6ffaaa5a1a6aa53ee Mon Sep 17 00:00:00 2001 From: pvalchev Date: Thu, 28 Feb 2002 02:40:24 +0000 Subject: [PATCH] add missing lib for linking to work with binutils ld --- graphics/gle/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/gle/Makefile b/graphics/gle/Makefile index 6b08110453b..33306b2c9da 100644 --- a/graphics/gle/Makefile +++ b/graphics/gle/Makefile @@ -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