Opened 14 years ago
Closed 14 years ago
#26957 closed defect (fixed)
evolution-data-server: fix for build problems tiger and otherwise
Reported by: | dbevans (David B. Evans) | Owned by: | jim@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | ||
Port: | evolution-data-server |
Description
While testing a dependent port on Tiger, I found two build issues. The attached patch allows evolution-data-server to build again.
- build fails due to kerberos5 issues on Tiger. Patch disables krb5 support on this platform for now. A better fix may be to add a dependency on kerberos5 or heimdal but this allows it to build.
- build fails for all OS versions after upgrade to gtk2 2.22 due
to additional API deprecations. Solution is to drop GDK_DISABLE_DEPRECATED as a cflag in configure.ac
Let me know if this is OK to commit
Attachments (2)
Change History (3)
Changed 14 years ago by dbevans (David B. Evans)
Attachment: | patch-evolution-data-server.diff added |
---|
Changed 14 years ago by dbevans (David B. Evans)
Attachment: | patch-evolution-data-server.2.diff added |
---|
svn diff of proposed changes (revised)
comment:1 Changed 14 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed in r72740, maintainer timeout.
Note: See
TracTickets for help on using
tickets.
svn diff of proposed changes