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