math functions require -lm. ok pvalchev@.

This commit is contained in:
wcobb 2002-05-26 02:44:10 +00:00
parent 0b11b59cbd
commit bd801a5529

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2002/05/13 18:50:42 espie Exp $
# $OpenBSD: Makefile,v 1.4 2002/05/26 02:44:10 wcobb Exp $
ONLY_FOR_ARCHS= i386
@ -32,7 +32,7 @@ CONFIGURE_ARGS= --with-sdl-prefix=${LOCALBASE} \
--with-png \
--with-opengl \
--target=${MACHINE}-unknown-openbsd${OPSYS_VER}
CONFIGURE_ENV+= CFLAGS=${CFLAGS:N-O*}
CONFIGURE_ENV+= CFLAGS=${CFLAGS:N-O*} LDFLAGS="-lm"
ALL_TARGET=
DOCS= opengl.txt readme.txt srcinfo.txt todo.txt \