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 597228 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 against *-10
FreeSolid-misc.patch (text/plain), 2.19 KB, created by
Ralf Corsepius
on 2012-07-10 07:29:26 UTC
(
hide
)
Description:
Patch against *-10
Filename:
MIME Type:
Creator:
Ralf Corsepius
Created:
2012-07-10 07:29:26 UTC
Size:
2.19 KB
patch
obsolete
>diff --git a/FreeSOLID.pc.in b/FreeSOLID.pc.in >index bd0adc7..c04ef63 100644 >--- a/FreeSOLID.pc.in >+++ b/FreeSOLID.pc.in >@@ -5,6 +5,6 @@ includedir=@includedir@ > Name: Free Solid > Description: 3D collision detection C++ library > Version: @VERSION@ >-Libs: -L${libdir} -lfreesolid >-Cflags: -I${includedir} -I/usr/include/freesolid >- >+# Requires: qhull >+Libs: -L${libdir} -lFreeSOLID @QHULL_LIBS@ >+Cflags: -I${includedir} -I${includedir}/FreeSOLID >diff --git a/Makefile.am b/Makefile.am >index 27a736c..2a817bf 100644 >--- a/Makefile.am >+++ b/Makefile.am >@@ -1,8 +1,24 @@ > ACLOCAL_AMFLAGS = -I m4 > SUBDIRS = libmoto libbroad libsolid sample doc > >-EXTRA_DIST = include FreeSOLID.pc.in >+EXTRA_DIST = FreeSOLID.pc.in > bin_SCRIPTS = freesolid-config > > pkgconfigdir = $(libdir)/pkgconfig >-dist_pkgconfig_DATA = FreeSOLID.pc >+nodist_pkgconfig_DATA = FreeSOLID.pc >+ >+FreeSOLID_3Ddir = $(includedir)/FreeSOLID/3D >+FreeSOLID_3D_HEADERS = >+FreeSOLID_3D_HEADERS += include/3D/Basic.h >+FreeSOLID_3D_HEADERS += include/3D/Matrix.h >+FreeSOLID_3D_HEADERS += include/3D/Point.h >+FreeSOLID_3D_HEADERS += include/3D/Quaternion.h >+FreeSOLID_3D_HEADERS += include/3D/Tuple3.h >+FreeSOLID_3D_HEADERS += include/3D/Tuple4.h >+FreeSOLID_3D_HEADERS += include/3D/Vector.h >+ >+FreeSOLID_SOLIDdir = $(includedir)/FreeSOLID/SOLID >+FreeSOLID_SOLID_HEADERS = >+FreeSOLID_SOLID_HEADERS += include/SOLID/solid.h >+FreeSOLID_SOLID_HEADERS += include/SOLID/broad.h >+FreeSOLID_SOLID_HEADERS += include/SOLID/types.h >diff --git a/freesolid-config.in b/freesolid-config.in >index 91a5579..7bad5f3 100644 >--- a/freesolid-config.in >+++ b/freesolid-config.in >@@ -5,8 +5,7 @@ exec_prefix=@exec_prefix@ > exec_prefix_set=no > > usage="\ >-Usage: freesolid-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] >-On Fedora, changes to prefix and exec-prefix are silently ignored" >+Usage: freesolid-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs]" > > if test $# -eq 0; then > echo "${usage}" 1>&2 >@@ -37,7 +36,7 @@ while test $# -gt 0; do > echo $exec_prefix > ;; > --version) >- pkg-config --version FreeSOLID >+ pkg-config --modversion FreeSOLID > ;; > --cflags) > pkg-config --cflags FreeSOLID
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