Bug 161784 - [PATCH] editors/abiword: Fix build with gcc46
Summary: [PATCH] editors/abiword: Fix build with gcc46
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-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-18 22:00 UTC by Chris Mangin
Modified: 2012-03-14 05:30 UTC (History)
0 users

See Also:


Attachments
patch.abiword (2.23 KB, text/plain)
2011-10-18 22:00 UTC, Chris Mangin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Mangin 2011-10-18 22:00:19 UTC
	This port fails to build with USE_GCC=4.6

Fix: Options passed to the linker must be preceded by -Wl,  
        Patch attached with submission.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-10-18 22:00:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-03-14 05:27:27 UTC
mezz        2012-03-14 05:27:18 UTC

  FreeBSD ports repository

  Added files:
    editors/abiword/files patch-src_Makefile.in 
  Log:
  Fix the build with GCC 4.6.
  
  PR:             ports/161784
  Submitted by:   Christian Mangin <cmangin@arobas.net>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.1       +29 -0     ports/editors/abiword/files/patch-src_Makefile.in (new)
_______________________________________________
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 Jeremy Messenger freebsd_committer freebsd_triage 2012-03-14 05:27:32 UTC
State Changed
From-To: open->closed

Committed, thanks!