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 597414 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]
Update pkgconfig-update.patch, the previous lost the .pc and .pc.i n files
pkgconfig-update-patch (text/plain), 2.04 KB, created by
Alec Leamas
on 2012-07-10 18:54:51 UTC
(
hide
)
Description:
Update pkgconfig-update.patch, the previous lost the .pc and .pc.i n files
Filename:
MIME Type:
Creator:
Alec Leamas
Created:
2012-07-10 18:54:51 UTC
Size:
2.04 KB
patch
obsolete
>pkgconfig-update.patch > >From: Alec Leamas <alec@tests.notat.diaspora.com> > > >--- > > FreeSOLID.pc | 10 ++++++++++ > FreeSOLID.pc.in | 10 ++++++++++ > Makefile.am | 7 +++++-- > configure.in | 9 ++++++++- > 4 files changed, 33 insertions(+), 3 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..a78cbd3 >--- /dev/null >+++ b/FreeSOLID.pc >@@ -0,0 +1,10 @@ >+prefix=/usr >+exec_prefix=/usr >+libdir=/usr/lib >+includedir=/usr/include >+ >+Name: FreeSolid >+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..d9181eb >--- /dev/null >+++ b/FreeSOLID.pc.in >@@ -0,0 +1,10 @@ >+prefix=@prefix@ >+libdir=@libdir@ >+includedir=@includedir@ >+ >+Name: FreeSOLID >+Description: 3D collision detection C++ library >+Version: @VERSION@ >+# Requires: qhull >+Libs: -L${libdir} -lFreeSOLID @QHULL_LIBS@ >+Cflags: -I${includedir} -I/usr/include/FreeSOLID >diff --git a/Makefile.am b/Makefile.am >index 4914f44..dd40138 100644 >--- a/Makefile.am >+++ b/Makefile.am >@@ -1,4 +1,7 @@ > SUBDIRS = libmoto libbroad libsolid sample doc > >-EXTRA_DIST = include >-bin_SCRIPTS = freesolid-config >\ No newline at end of file >+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 7d61ba5..ac559f3 100644 >--- a/configure.in >+++ b/configure.in >@@ -54,4 +54,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