Bug 64357 - [MAINTAINER-UPDATE] [TEST] update www/sidplug to link on more platforms
Summary: [MAINTAINER-UPDATE] [TEST] update www/sidplug to link on more platforms
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: 2004-03-17 02:20 UTC by John Merryweather Cooper
Modified: 2004-03-17 16:04 UTC (History)
1 user (show)

See Also:


Attachments
update-sidplug-1.1.5_1 (2.34 KB, text/plain)
2004-03-17 02:20 UTC, John Merryweather Cooper
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Merryweather Cooper 2004-03-17 02:20:13 UTC

The PR system has yet to take this PR, so this is mostly a test of he PR system.

It adds -fPIC to the compile/link stages so platforms that require this will link.

A similar patch has subsequently been committed.

How-To-Repeat: 

No PR sent from this address has been successful in nearly 14 days.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-03-17 16:02:48 UTC
State Changed
From-To: open->closed

Committed, thanks! Defining -fPIC with LDFLAGS doesn't 
make any sense, add -fPIC to CFLAGS for AMD64 only.