diff options
author | fredb <fredb@pkgsrc.org> | 2001-05-02 04:02:05 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-05-02 04:02:05 +0000 |
commit | b7b3b3dafd6943260d001af3b2d7ab37aed3aacb (patch) | |
tree | 703a9564cca847bbf5b347cd387831cf03dcba76 /lang/squeak/Makefile | |
parent | 7cbf29c50f98857ef84dfeb6a41161d2c6752e19 (diff) | |
download | pkgsrc-b7b3b3dafd6943260d001af3b2d7ab37aed3aacb.tar.gz |
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.
Diffstat (limited to 'lang/squeak/Makefile')
-rw-r--r-- | lang/squeak/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 |