Date: Sun, 30 May 1999 00:41:23 -0500 (CDT) From: gljohns@bellsouth.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11940: Additional patch for wsoundprefs Message-ID: <199905300541.AAA41000@gforce.johnson.home>
next in thread | raw e-mail | index | archive | help
>Number: 11940 >Category: ports >Synopsis: Additional patch for the wsoundprefs port. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 29 22:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Glenn Johnson >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: Patch to add to the wsoundprefs port. >How-To-Repeat: >Fix: Add the enclosed patch as patch-ac to $PORTS/audio/wsoundprefs. --- src/SoundPaths.c.orig Sun May 30 00:08:59 1999 +++ src/SoundPaths.c Sun May 30 00:13:22 1999 @@ -82,6 +82,7 @@ wwarning(_("bad value in option SoundPath. Using default path list")); addPathToList(panel->sndL, -1, "~/GNUstep/Library/WindowMaker/Sounds"); addPathToList(panel->sndL, -1, "/usr/local/share/WindowMaker/Sounds"); + addPathToList(panel->sndL, -1, "/usr/X11R6/share/WindowMaker/Sounds"); } else { for (i=0; i<PLGetNumberOfElements(array); i++) { val = PLGetArrayElement(array, i); @@ -95,6 +96,7 @@ wwarning(_("bad value in option SoundSetPath. Using default path list")); addPathToList(panel->sndsetL, -1, "~/GNUstep/Library/WindowMaker/SoundSets"); addPathToList(panel->sndsetL, -1, "/usr/local/share/WindowMaker/SoundSets"); + addPathToList(panel->sndsetL, -1, "/usr/X11R6/share/WindowMaker/SoundSets"); } else { for (i=0; i<PLGetNumberOfElements(array); i++) { val = PLGetArrayElement(array, i); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905300541.AAA41000>