Bug 163371 - [patch] graphics/ogre3d: unbreak plist on clang
Summary: [patch] graphics/ogre3d: unbreak plist on clang
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: Oliver Lehmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-17 00:50 UTC by Jan Beich
Modified: 2011-12-17 15:00 UTC (History)
0 users

See Also:


Attachments
clang.diff (581 bytes, patch)
2011-12-17 00:50 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2011-12-17 00:50:04 UTC
Pretend to be G++ in order to:
- pass -fvisibilty* checks
- pass -msse check
- install plugins without "lib" prefix

How-To-Repeat: http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp-clang.20111215000124.pointyhat-west/ogre3d-1.7.3_1.log
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-12-17 00:50:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->oliver

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-12-17 14:50:26 UTC
oliver      2011-12-17 14:50:13 UTC

  FreeBSD ports repository

  Modified files:
    graphics/ogre3d      Makefile 
  Log:
  unbreak plist on clang
  
  Submitted by:   Jan Beich <jbeich@tormail.net>
  PR:             ports/163371
  
  Revision  Changes    Path
  1.56      +4 -0      ports/graphics/ogre3d/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 3 Oliver Lehmann freebsd_committer freebsd_triage 2011-12-17 14:50:31 UTC
State Changed
From-To: open->closed

Comitted, Thanks!