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 597182 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]
Updated FreeSOLID-2.1.1-pkgconfig.patch
FreeSOLID-2.1.1-pkgconfig.patch (text/plain), 1.94 KB, created by
Alec Leamas
on 2012-07-09 23:49:51 UTC
(
hide
)
Description:
Updated FreeSOLID-2.1.1-pkgconfig.patch
Filename:
MIME Type:
Creator:
Alec Leamas
Created:
2012-07-09 23:49:51 UTC
Size:
1.94 KB
patch
obsolete
> > >From: Alec Leamas <leamas.alec@gmail.com> > > >--- > > FreeSOLID.pc | 10 ++++++++++ > FreeSOLID.pc.in | 10 ++++++++++ > Makefile.am | 5 ++++- > configure.in | 9 ++++++++- > 4 files changed, 32 insertions(+), 2 deletions(-) > create mode 100644 FreeSOLID.pc > create mode 100644 FreeSOLID.pc.in > > >diff --git a/FreeSOLID.pc b/FreeSOLID.pc >new file mode 100644 >index 0000000..3d76ee6 >--- /dev/null >+++ b/FreeSOLID.pc >@@ -0,0 +1,10 @@ >+prefix=/usr >+exec_prefix=/usr >+libdir=/usr/lib >+includedir=/usr/include >+ >+Name: Free Solid >+Description: 3D collision detection C++ library >+Version: 2.1.1 >+Libs: -L${libdir} -lfreesolid >+Cflags: -I${includedir} -I/usr/include/freesolid >diff --git a/FreeSOLID.pc.in b/FreeSOLID.pc.in >new file mode 100644 >index 0000000..bd0adc7 >--- /dev/null >+++ b/FreeSOLID.pc.in >@@ -0,0 +1,10 @@ >+prefix=@prefix@ >+libdir=@libdir@ >+includedir=@includedir@ >+ >+Name: Free Solid >+Description: 3D collision detection C++ library >+Version: @VERSION@ >+Libs: -L${libdir} -lFreeSOLID >+Cflags: -I${includedir} -I/usr/include/FreeSOLID >+ >diff --git a/Makefile.am b/Makefile.am >index 77b157a..27a736c 100644 >--- a/Makefile.am >+++ b/Makefile.am >@@ -1,5 +1,8 @@ > ACLOCAL_AMFLAGS = -I m4 > SUBDIRS = libmoto libbroad libsolid sample doc > >-EXTRA_DIST = include >+EXTRA_DIST = include FreeSOLID.pc.in > bin_SCRIPTS = freesolid-config >+ >+pkgconfigdir = $(libdir)/pkgconfig >+dist_pkgconfig_DATA = FreeSOLID.pc >diff --git a/configure.in b/configure.in >index 41a761c..a4bc7d4 100644 >--- a/configure.in >+++ b/configure.in >@@ -52,4 +52,11 @@ dnl Checks for library functions. > AC_CHECK_FUNCS(sqrt) > AC_CHECK_FUNCS(fabs) > >-AC_OUTPUT(doc/Makefile sample/Makefile Makefile libbroad/Makefile libmoto/Makefile libsolid/Makefile freesolid-config) >+AC_OUTPUT([ doc/Makefile >+ sample/Makefile >+ Makefile >+ libbroad/Makefile >+ libmoto/Makefile >+ libsolid/Makefile >+ freesolid-config >+ FreeSOLID.pc])
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