| 1 |
diff -up ctl-1.4.1/CTL.pc.in.fix_pkg-config ctl-1.4.1/CTL.pc.in
|
| 2 |
--- ctl-1.4.1/CTL.pc.in.fix_pkg-config 2007-11-07 16:37:09.000000000 +0100
|
| 3 |
+++ ctl-1.4.1/CTL.pc.in 2007-11-07 16:44:39.000000000 +0100
|
| 4 |
@@ -7,5 +7,6 @@ CTL_includedir=@includedir@/CTL
|
| 5 |
Name: CTL
|
| 6 |
Description: CTL interpreter library
|
| 7 |
Version: @CTL_VERSION@
|
| 8 |
-Libs: -L${libdir} @ILMBASE_LDFLAGS@ -lIlmCtlSimd -lIlmCtlMath -lIlmCtl @ILMBASE_LIBS@
|
| 9 |
-Cflags: @ILMBASE_CXXFLAGS@ -I${CTL_includedir}
|
| 10 |
+Requires: IlmBase
|
| 11 |
+Libs: -L${libdir} -lIlmCtlSimd -lIlmCtlMath -lIlmCtl
|
| 12 |
+Cflags: -I${CTL_includedir}
|