summaryrefslogtreecommitdiff
path: root/audio/wsoundprefs/files/patch-ab
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-05-22 18:58:16 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-05-22 18:58:16 +0000
commitad0bf41cc2f2c92d410eabdc0976097e3698202b (patch)
tree096c0c16fe889c51c18c963a5fa3b2214c505c19 /audio/wsoundprefs/files/patch-ab
parentUpdate to 0.93.5 (diff)
Update WSoundPrefs to the new 1.1.1 version.
This port switched to use the new sound server for Window Maker - wsoundserver, which will be committed shortly. Old audio/wmsound module is now scheduled for deletion, since it doesn't work with newest version of Window Maker and not maintained anymore.
Notes
Notes: svn path=/head/; revision=28688
Diffstat (limited to 'audio/wsoundprefs/files/patch-ab')
-rw-r--r--audio/wsoundprefs/files/patch-ab67
1 files changed, 27 insertions, 40 deletions
diff --git a/audio/wsoundprefs/files/patch-ab b/audio/wsoundprefs/files/patch-ab
index a468162535ea..ef4d81c316cf 100644
--- a/audio/wsoundprefs/files/patch-ab
+++ b/audio/wsoundprefs/files/patch-ab
@@ -1,40 +1,27 @@
-*** src/Imakefile.orig Tue Mar 2 07:06:36 1999
---- src/Imakefile Sat Mar 27 22:51:32 1999
-***************
-*** 5,11 ****
-
- ICONS = WSoundPrefs.xpm WSoundPrefs.tiff
-
-! CC = gcc
-
- BINDIR = /GNUstep/Apps/WSoundPrefs.app
-
---- 5,11 ----
-
- ICONS = WSoundPrefs.xpm WSoundPrefs.tiff
-
-! XCOMM CC = gcc
-
- BINDIR = /GNUstep/Apps/WSoundPrefs.app
-
-***************
-*** 17,25 ****
- WRASTERCFLAGS = `get-wraster-flags --cflags`
- WRASTERLFLAGS = `get-wraster-flags --lflags`
- WRASTERLIBS = `get-wraster-flags --libs`
-! WINGSLIBS = -lWINGs -lPropList
-
-! STD_INCLUDES = $(WRASTERCFLAGS)
- DEPLIBS = $(DEPXLIB)
-
- LOCAL_LIBRARIES = $(XLIB) $(WINGSLIBS) $(WMSOUNDLIB) $(WRASTERLFLAGS) $(WRASTERLIBS) $(EFENCELIB)
---- 17,25 ----
- WRASTERCFLAGS = `get-wraster-flags --cflags`
- WRASTERLFLAGS = `get-wraster-flags --lflags`
- WRASTERLIBS = `get-wraster-flags --libs`
-! WINGSLIBS = -lWINGs -L/$(LOCALBASE)/lib -lPropList
-
-! STD_INCLUDES = $(WRASTERCFLAGS) -I/usr/local/include -I/usr/X11R6/include
- DEPLIBS = $(DEPXLIB)
-
- LOCAL_LIBRARIES = $(XLIB) $(WINGSLIBS) $(WMSOUNDLIB) $(WRASTERLFLAGS) $(WRASTERLIBS) $(EFENCELIB)
+--- src/Imakefile.orig Mon Oct 18 11:35:58 1999
++++ src/Imakefile Mon May 22 20:01:17 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
+ DEPLIBS = $(DEPXLIB)
+
+ LOCAL_LIBRARIES = $(XLIB) $(WINGSLIBS) $(WSOUNDLFLAGS) $(WSOUNDLIBS) $(WRASTERLFLAGS) $(WRASTERLIBS) $(EFENCELIB)