diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-05-22 18:58:16 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-05-22 18:58:16 +0000 |
commit | ad0bf41cc2f2c92d410eabdc0976097e3698202b (patch) | |
tree | 096c0c16fe889c51c18c963a5fa3b2214c505c19 /audio/wsoundprefs/files/patch-aa | |
parent | Update 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-aa')
-rw-r--r-- | audio/wsoundprefs/files/patch-aa | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/audio/wsoundprefs/files/patch-aa b/audio/wsoundprefs/files/patch-aa index b469313f235a..295bd276f1c8 100644 --- a/audio/wsoundprefs/files/patch-aa +++ b/audio/wsoundprefs/files/patch-aa @@ -1,15 +1,16 @@ ---- Imakefile.orig Sat Jun 19 02:08:06 1999 -+++ Imakefile Sat Jun 19 23:19:31 1999 -@@ -1,10 +1,10 @@ - #define IHaveSubdirs - #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" +--- Imakefile.orig Fri Mar 31 17:16:47 2000 ++++ Imakefile Mon May 22 19:46:29 2000 +@@ -6,11 +6,11 @@ + XCOMM Installation Path: $(PREFIX)/Apps/WSoundPrefs.app + XCOMM ------------------------------------------------- + XCOMM PREFIX = /usr/GNUstep/Local +-PREFIX = /usr/local/GNUstep ++XCOMM PREFIX = /usr/local/GNUstep --PREFIX = /usr/X11R6 -+XCOMM PREFIX = /usr/X11R6 XCOMM CDEBUGFLAGS = -Wall -ggdb -DDEBUG --CDEBUGFLAGS ?= -O6 -m486 -+XCOMM CDEBUGFLAGS ?= -O6 -m486 +-CDEBUGFLAGS ?= -O2 -m486 ++XCOMM CDEBUGFLAGS ?= -O2 -m486 SUBDIRS = src |