aboutsummaryrefslogtreecommitdiff
path: root/audio/wsoundprefs/files/patch-ab
blob: 24bdbbf3d0bfa9f0c86bd642b5831f4fdbb558a6 (plain) (blame)
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
26
27
28
29
30
31
32
33
34
35
36
--- src/Imakefile.orig	Mon Oct 18 17:35:58 1999
+++ src/Imakefile	Sun Dec 10 17:09:01 2000
@@ -5,9 +5,9 @@
 
 ICONS = WSoundPrefs.xpm WSoundPrefs.tiff
 
-CC = gcc
+XCOMM CC = gcc
 
-BINDIR = /Apps/WSoundPrefs.app
+BINDIR = /GNUstep/Apps/WSoundPrefs.app
 
 XCOMM EFENCELIB = -lefence
 EFENCELIB =
@@ -18,9 +18,9 @@
 WRASTERCFLAGS = `get-wraster-flags --cflags`
 WRASTERLFLAGS = `get-wraster-flags --lflags`
 WRASTERLIBS = `get-wraster-flags --libs`
-WINGSLIBS = -lWINGs -lPropList
-
-STD_INCLUDES = $(WRASTERCFLAGS) $(WSOUNDCFLAGS)
+WINGSLIBS = -lWINGs -L/$(LOCALBASE)/lib -lPropList
+  
+STD_INCLUDES = $(WRASTERCFLAGS) -I${LOCALBASE}/include -I${X11BASE}/include -I${X11BASE}/include/WINGs
 DEPLIBS = $(DEPXLIB) 
 
 LOCAL_LIBRARIES =	$(XLIB) $(WINGSLIBS) $(WSOUNDLFLAGS) $(WSOUNDLIBS) $(WRASTERLFLAGS) $(WRASTERLIBS) $(EFENCELIB)
@@ -30,7 +30,7 @@
 SRCS = PLFunctions.c SoundEvents.c SoundPaths.c SystemInfo.c WSoundPrefs.c main.c
 OBJS = PLFunctions.o SoundEvents.o SoundPaths.o SystemInfo.o WSoundPrefs.o main.o
 
-ComplexProgramTarget(WSoundPrefs)
+ComplexProgramTargetNoMan(WSoundPrefs)
 
 InstallMultiple($(ICONS),$(BINDIR))