summaryrefslogtreecommitdiff
path: root/x11/xworld/Makefile
diff options
context:
space:
mode:
authorfredb <fredb>2000-08-17 15:26:31 +0000
committerfredb <fredb>2000-08-17 15:26:31 +0000
commit9f22b61dd03ff881ed209a6b776ea3a0847bf44b (patch)
tree1a0dfddca391543c59019d742a934441ddcd7172 /x11/xworld/Makefile
parente57e1bd132141d90453d46c18f06b388df3b1f11 (diff)
downloadpkgsrc-9f22b61dd03ff881ed209a6b776ea3a0847bf44b.tar.gz
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.
Diffstat (limited to 'x11/xworld/Makefile')
-rw-r--r--x11/xworld/Makefile4
1 files changed, 3 insertions, 1 deletions
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"