summaryrefslogtreecommitdiff
path: root/audio/dap/patches/patch-ap
blob: 2427829625cca856db9e39860a24657045b62e63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
$NetBSD: patch-ap,v 1.2 2000/02/23 11:49:57 wiz Exp $

--- ./tooltips/Makefile.netbsd.orig	Mon Nov 15 14:42:42 1999
+++ ./tooltips/Makefile.netbsd	Wed Feb 23 12:13:42 2000
@@ -29,17 +29,17 @@
 XFORMS_INCLUDE_DIR = $(HOME)/xforms/FORMS
 
 # Define where the X11 include files are.
-X11_INCLUDE_DIR = /usr/X11R6/include/X11
+X11_INCLUDE_DIR = ${X11BASE}/include/X11
 
 # Define where the X11 include files are for Sun systems
 SUN_INCLUDE_DIR = /usr/openwin/include
 
 # Define other include file directories.
-OTHER_INCLUDE_DIR = /usr/X11R6/include
+OTHER_INCLUDE_DIR = ${X11BASE}/include
 
 # Uncomment out this line if you do not want debug information included.
 # DEBUG = -g -Wall -ansi -pedantic
-DEBUG = 
+DEBUG = -O2
 
 # Define the utilities to use for compilation.
 CC         = gcc