GHC new build system megapatch
[ghc-hetmet.git] / libffi / package.conf.in
index 811d361..eea9c40 100644 (file)
@@ -1,4 +1,4 @@
-name:          PACKAGE
+name:          ffi
 version:       1.0
 license:       BSD3
 maintainer:    glasgow-haskell-users@haskell.org
@@ -11,17 +11,15 @@ import-dirs:
 #ifdef INSTALLING
 library-dirs:          LIB_DIR
 #else /* !INSTALLING */
-library-dirs:          FPTOOLS_TOP_ABS"/libffi"
+library-dirs:          TOP"/libffi"
 #endif
 
 hs-libraries:   "HSffi"
 
-extra-libraries:               "m"             /* for ldexp() */
-
 #ifdef INSTALLING
 include-dirs:          INCLUDE_DIR
 #else /* !INSTALLING */
-include-dirs:          FPTOOLS_TOP_ABS"/libffi/build/include"
+include-dirs:          TOP"/libffi/build/include"
 #endif
 
 depends: