From b7b3b3dafd6943260d001af3b2d7ab37aed3aacb Mon Sep 17 00:00:00 2001 From: fredb Date: Wed, 2 May 2001 04:02:05 +0000 Subject: Add audio support (ossaudio + a work-around for PR lib/12796). Don't bother trying to compile for debugging in the pkgsrc Makefile. "-fomit-frame-pointer" makes it impossible to debug on i386 anyway, and it's easy enough to modify the package makefiles before building. --- lang/squeak/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lang/squeak/Makefile') diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index 7c2777034e2..82d5ba3d5e1 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/03/27 03:20:04 hubertf Exp $ +# $NetBSD: Makefile,v 1.13 2001/05/02 04:02:05 fredb Exp $ # DISTNAME= Squeak2.7-src @@ -21,8 +21,6 @@ NO_WRKSUBDIR= yes ALL_TARGET= squeak -CONFIGURE_ARGS+= --debug - pre-configure: cd ${WRKSRC}/conf; ${LOCALBASE}/bin/autoconf -- cgit v1.2.3