summaryrefslogtreecommitdiff
path: root/libffi/package.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'libffi/package.conf.in')
-rw-r--r--libffi/package.conf.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/libffi/package.conf.in b/libffi/package.conf.in
index afb3737f0c..eea9c401d5 100644
--- a/libffi/package.conf.in
+++ b/libffi/package.conf.in
@@ -1,4 +1,4 @@
-name: PACKAGE
+name: ffi
version: 1.0
license: BSD3
maintainer: glasgow-haskell-users@haskell.org
@@ -11,7 +11,7 @@ import-dirs:
#ifdef INSTALLING
library-dirs: LIB_DIR
#else /* !INSTALLING */
-library-dirs: FPTOOLS_TOP_ABS"/libffi"
+library-dirs: TOP"/libffi"
#endif
hs-libraries: "HSffi"
@@ -19,7 +19,7 @@ hs-libraries: "HSffi"
#ifdef INSTALLING
include-dirs: INCLUDE_DIR
#else /* !INSTALLING */
-include-dirs: FPTOOLS_TOP_ABS"/libffi/build/include"
+include-dirs: TOP"/libffi/build/include"
#endif
depends: