blob: 3cb7b55892b9eabdb0af85e1dba149051bddd4fd (
plain)
1
2
3
4
5
6
7
8
9
10
|
$NetBSD: patch-aa,v 1.1.1.1 2002/04/10 04:22:19 itojun Exp $
--- Lib/Makefile- Wed Apr 10 13:09:48 2002
+++ Lib/Makefile Wed Apr 10 13:09:52 2002
@@ -1,4 +1,4 @@
-CPPFLAGS=-I../Jpeg -I../Zlib
+CPPFLAGS=-I../Jpeg -I../Zlib -DNOSOUND
# Comment out the following line if you use egcs :
CXXFLAGS=-O3 -Wall -fno-rtti -fno-exceptions
|