Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 596980 Details for
Bug 787713
Review request: FreeSOLID - A 3D collision detection C++ library
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch free-solid-config to use pkg-config
FreeSOLID-2.1.1-freesolid-config.patch (text/plain), 1.15 KB, created by
Alec Leamas
on 2012-07-09 04:24:59 UTC
(
hide
)
Description:
Patch free-solid-config to use pkg-config
Filename:
MIME Type:
Creator:
Alec Leamas
Created:
2012-07-09 04:24:59 UTC
Size:
1.15 KB
patch
obsolete
>Convert free-solid config to a pkg-config wrapper > >From: Alec Leamas <leamas.alec@gmail.com> > > >--- > > freesolid-config.in | 11 +++++------ > 1 files changed, 5 insertions(+), 6 deletions(-) > > >diff --git a/freesolid-config.in b/freesolid-config.in >index e6f4326..91a5579 100644 >--- a/freesolid-config.in >+++ b/freesolid-config.in >@@ -5,7 +5,8 @@ exec_prefix=@exec_prefix@ > exec_prefix_set=no > > usage="\ >-Usage: freesolid-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs]" >+Usage: freesolid-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] >+On Fedora, changes to prefix and exec-prefix are silently ignored" > > if test $# -eq 0; then > echo "${usage}" 1>&2 >@@ -36,15 +37,13 @@ while test $# -gt 0; do > echo $exec_prefix > ;; > --version) >- echo @FREESOLID_VERSION@ >+ pkg-config --version FreeSOLID > ;; > --cflags) >- includedirs="" >- echo $includedirs -I@includedir@/freesolid >+ pkg-config --cflags FreeSOLID > ;; > --libs) >- libdirs="" >- echo -L@libdir@ -lfreesolid $libdirs >+ pkg-config --libs FreeSOLID > ;; > *) > echo "${usage}" 1>&2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 787713
:
571351
|
571691
|
571692
|
596979
|
596980
|
596981
|
597182
|
597228
|
597255
|
597316
|
597317
|
597318
|
597320
|
597414
|
597429