components/openexr/patches/005-OpenEXR.pc.in.patch
author Patrick Einheber <patrick.einheber@oracle.com>
Mon, 09 Nov 2015 09:47:32 -0800
changeset 5073 8aa7f7f76c01
parent 3758 cc71a31c59be
child 7697 8a41b565423d
permissions -rw-r--r--
22166490 ldap provider always finds authentication_method out of sync

# Internal patch.
# Don't print the library path since it's default anyway.
--- OpenEXR.pc.in	2007-03-30 10:14:05.000000000 -0700
+++ OpenEXR.pc.in	2015-02-01 21:21:29.699453372 -0800
@@ -7,5 +7,5 @@
 Name: OpenEXR
 Description: OpenEXR image library
 Version: @OPENEXR_VERSION@
-Libs: -L${libdir} @ILMBASE_LDFLAGS@ -lIlmImf -lz @ILMBASE_LIBS@
-Cflags: @ILMBASE_CXXFLAGS@ -I${OpenEXR_includedir}
+Libs: -lIlmImf -lz @ILMBASE_LIBS@
+Cflags: -I${OpenEXR_includedir}