Skip to content

Commit

Permalink
The configure script is a csh script. Add csh to USE_TOOLS and set
Browse files Browse the repository at this point in the history
CONFIG_SHELL accordingly.  This fixes PR 33903.
  • Loading branch information
msk committed Jul 21, 2006
1 parent cdd3761 commit 399c3d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x11/xworld/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.15 2006/04/22 09:22:18 rillig Exp $
# $NetBSD: Makefile,v 1.16 2006/07/21 17:31:44 minskim Exp $
#

DISTNAME= xworld-2.0
Expand All @@ -11,6 +11,8 @@ MAINTAINER= [email protected]
COMMENT= Earth as seen from the direction of the sun

HAS_CONFIGURE= yes
USE_TOOLS+= csh
CONFIG_SHELL= ${CSH}

CONFIGURE_ENV+= PREFIX=${PREFIX:Q}
CONFIGURE_ENV+= LDLIBS="-lm ${LDFLAGS} -lX11"
Expand Down

0 comments on commit 399c3d7

Please sign in to comment.