Bug 150787 - math/ntl: fix linking with libntl on amd64
Summary: math/ntl: fix linking with libntl on amd64
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: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-21 16:50 UTC by Max Brazhnikov
Modified: 2010-09-29 01:20 UTC (History)
0 users

See Also:


Attachments
file.diff (616 bytes, patch)
2010-09-21 16:50 UTC, Max Brazhnikov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Max Brazhnikov freebsd_committer freebsd_triage 2010-09-21 16:50:01 UTC
Add -fPIC to CFLAGS

Fix: Patch attached with submission follows:
How-To-Repeat: build math/giacxcas on amd64
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-21 16:50:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-09-29 01:16:13 UTC
wen         2010-09-29 00:16:09 UTC

  FreeBSD ports repository

  Modified files:
    math/ntl             Makefile 
  Log:
  - Fix linking with libntl on amd64
  
  PR:             ports/150787
  Submitted by:   Max Brazhnikov <makc@FreeBSD.org>
  
  Revision  Changes    Path
  1.18      +3 -2      ports/math/ntl/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 Wen Heping freebsd_committer freebsd_triage 2010-09-29 01:19:18 UTC
State Changed
From-To: open->closed

Committed. Thanks!