Bug 121482 - gnome-session build fails when esd is a symlink to esd-compat
Summary: gnome-session build fails when esd is a symlink to esd-compat
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-07 23:30 UTC by Eric Anholt
Modified: 2008-03-08 00:50 UTC (History)
0 users

See Also:


Attachments
gnome-session-pa-fix (957 bytes, text/plain)
2008-03-07 23:30 UTC, Eric Anholt
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Anholt 2008-03-07 23:30:00 UTC
	The autoconf test for /usr/local/bin/esd checks for it being a normal
	file or something, as configure fails when it's a symlink.  As a
	workaround, we can hand configure the path to esd, in which case it
	doesn't do the test.
Comment 1 dfilter service freebsd_committer freebsd_triage 2008-03-08 00:48:34 UTC
marcus      2008-03-08 00:48:28 UTC

  FreeBSD ports repository

  Modified files:
    x11/gnome-session    Makefile 
  Log:
  Explicitly spell out where to find esd to fix the build with pulseaudio is
  being used for the ESounD provider.
  
  PR:             121482
  Sumibtted by:   anholt
  
  Revision  Changes    Path
  1.60      +2 -1      ports/x11/gnome-session/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2008-03-08 00:49:33 UTC
State Changed
From-To: open->closed

Committed, thanks!