diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-06-28 21:58:18 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-06-28 21:58:18 +0000 |
commit | 2a371fcc3cd73f499abad1974456f6e4838aca88 (patch) | |
tree | b69efe24c438dd2ad525575092d5c43dcb078dc5 /media-libs/openexr_ctl/files/openexr_ctl-1.0.1-pkgconfig.patch | |
parent | Fix for gcc-4.3. (diff) | |
download | historical-2a371fcc3cd73f499abad1974456f6e4838aca88.tar.gz historical-2a371fcc3cd73f499abad1974456f6e4838aca88.tar.bz2 historical-2a371fcc3cd73f499abad1974456f6e4838aca88.zip |
Fix this ebuild so openexr_viewers gets the right libs, etc. for compilation.
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.25.8 i686
Diffstat (limited to 'media-libs/openexr_ctl/files/openexr_ctl-1.0.1-pkgconfig.patch')
-rw-r--r-- | media-libs/openexr_ctl/files/openexr_ctl-1.0.1-pkgconfig.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-pkgconfig.patch b/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-pkgconfig.patch new file mode 100644 index 000000000000..e35bdfc11a5c --- /dev/null +++ b/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-pkgconfig.patch @@ -0,0 +1,12 @@ +diff -up openexr_ctl-1.0.1/OpenEXR_CTL.pc.in.pkgconfig openexr_ctl-1.0.1/OpenEXR_CTL.pc.in +--- openexr_ctl-1.0.1/OpenEXR_CTL.pc.in.pkgconfig 2008-01-09 15:17:58.000000000 +0100 ++++ openexr_ctl-1.0.1/OpenEXR_CTL.pc.in 2008-01-09 15:24:52.000000000 +0100 +@@ -7,5 +7,6 @@ OpenEXR_includedir=@includedir@/OpenEXR + Name: OpenEXR_CTL + Description: Simplified OpenEXR interface to CTL + Version: @OPENEXR_CTL_VERSION@ +-Libs: -L${libdir} -lIlmImfCtl @OPENEXR_LDFLAGS@ @CTL_LDFLAGS@ +-Cflags: @CTL_CXXFLAGS_PC@ @OPENEXR_CXXFLAGS@ -I${OpenEXR_includedir} ++Requires: CTL , OpenEXR ++Libs: -L${libdir} -lIlmImfCtl ++Cflags: -I${OpenEXR_includedir} |