Bug 158180 - [PATCH] dns/sheerdns clang buildfix
Summary: [PATCH] dns/sheerdns clang buildfix
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: 2011-06-22 23:30 UTC by Niclas Zeising
Modified: 2011-06-23 01:06 UTC (History)
0 users

See Also:


Attachments
dns.sheerdns.clangfix.diff (1.14 KB, patch)
2011-06-22 23:30 UTC, Niclas Zeising
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Niclas Zeising 2011-06-22 23:30:11 UTC
	dns/sheerdns hardcodes ${CC}==gcc in makefile, and thus doesn't build with clang.

Fix: Attached patch removes the gcc hardcodeing to make it use clang if requested.
Comment 1 dfilter service freebsd_committer freebsd_triage 2011-06-23 00:25:42 UTC
nox         2011-06-22 23:25:31 UTC

  FreeBSD ports repository

  Modified files:
    dns/sheerdns/files   patch-Makefile 
  Log:
  Fix build with clang.
  
  PR:             ports/158180
  Submitted by:   Niclas Zeising <niclas.zeising@gmail.com>
  
  Revision  Changes    Path
  1.2       +22 -4     ports/dns/sheerdns/files/patch-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 Juergen Lock freebsd_committer freebsd_triage 2011-06-23 01:06:12 UTC
State Changed
From-To: open->closed

Committed. Thanks!