X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libffi%2Fpackage.conf.in;h=4c50568b79f763b24233e72b838490389e79b209;hb=d64900abb0ddc2f2ab52948cc274f2adc864a6dc;hp=2ef060c9bb48b9d4156a3e46a3fdcf1d1015aa5f;hpb=960b35ddc178f6b8af1a8809aecb0a43177abbc8;p=ghc-hetmet.git diff --git a/libffi/package.conf.in b/libffi/package.conf.in index 2ef060c..4c50568 100644 --- a/libffi/package.conf.in +++ b/libffi/package.conf.in @@ -1,8 +1,6 @@ -#include "ghcconfig.h" -#include "RtsConfig.h" - -name: PACKAGE +name: ffi version: 1.0 +id: builtin_ffi license: BSD3 maintainer: glasgow-haskell-users@haskell.org exposed: True @@ -14,17 +12,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: