summaryrefslogtreecommitdiff
path: root/lang/squeak/Makefile
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2001-05-02 04:02:05 +0000
committerfredb <fredb@pkgsrc.org>2001-05-02 04:02:05 +0000
commitb7b3b3dafd6943260d001af3b2d7ab37aed3aacb (patch)
tree703a9564cca847bbf5b347cd387831cf03dcba76 /lang/squeak/Makefile
parent7cbf29c50f98857ef84dfeb6a41161d2c6752e19 (diff)
downloadpkgsrc-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/Makefile4
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