don't overwrite LDFLAGS.

ok sturm@
This commit is contained in:
aanriot 2005-07-17 12:58:45 +00:00
parent e4f958e68c
commit 4451b77204

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2005/07/17 08:53:54 aanriot Exp $
# $OpenBSD: Makefile,v 1.19 2005/07/17 12:58:45 aanriot Exp $
COMMENT= "graphical multi-player real-time strategy game for X11"
@ -22,7 +22,7 @@ WRKDIST= ${WRKDIR}/${DISTNAME:S/complete-sounds-//}
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.59
CONFIGURE_ENV= LDFLAGS="-lossaudio"
CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -lossaudio"
CONFIGURE_ARGS= --enable-sound
NO_REGRESS= Yes