From 9f22b61dd03ff881ed209a6b776ea3a0847bf44b Mon Sep 17 00:00:00 2001 From: fredb Date: Thu, 17 Aug 2000 15:26:31 +0000 Subject: Make this work on ELF. Also, respect ${LDFLAGS} for xpkgwedge users. The patch is actually redundant, but if accepted by the author, it should let this software build out of the box on NetBSD/ELF systems. --- x11/xworld/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'x11/xworld/Makefile') diff --git a/x11/xworld/Makefile b/x11/xworld/Makefile index ad97740c2c3..efe7383ec0c 100644 --- a/x11/xworld/Makefile +++ b/x11/xworld/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/07/28 17:21:48 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2000/08/17 15:26:31 fredb Exp $ # DISTNAME= xworld-2.0 @@ -11,4 +11,6 @@ MAINTAINER= wennmach@geo.Uni-Koeln.DE HAS_CONFIGURE= yes +CONFIGURE_ENV+= LDLIBS="-lm ${LDFLAGS} -lX11" + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3