From bd801a5529e847331c84c3a9719351ff91ffb242 Mon Sep 17 00:00:00 2001 From: wcobb Date: Sun, 26 May 2002 02:44:10 +0000 Subject: [PATCH] math functions require -lm. ok pvalchev@. --- emulators/zsnes/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile index 41126464d4e..1ba4b133232 100644 --- a/emulators/zsnes/Makefile +++ b/emulators/zsnes/Makefile @@ -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 \