diff options
author | Ian Lynagh <igloo@earth.li> | 2008-01-12 23:42:15 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-01-12 23:42:15 +0000 |
commit | ff073cf32346caaa00f2c15161c88de6a3c5f8db (patch) | |
tree | f5564327a29fd3376ee4f05cb43b56f411566db0 /rts/package.conf.in | |
parent | 6c63d47d89e94125951b1a6d810623466af77d08 (diff) | |
download | haskell-ff073cf32346caaa00f2c15161c88de6a3c5f8db.tar.gz |
Add GMP_INCLUDE_DIRS in a couple of places
Fixes the build on OpenBSD (trac #2009). Based on a patch from kili.
Diffstat (limited to 'rts/package.conf.in')
-rw-r--r-- | rts/package.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/package.conf.in b/rts/package.conf.in index 187ae4056c..f73e6b1421 100644 --- a/rts/package.conf.in +++ b/rts/package.conf.in @@ -69,6 +69,7 @@ include-dirs: INCLUDE_DIR GMP_INCLUDE_DIRS include-dirs: FPTOOLS_TOP_ABS"/includes" FPTOOLS_TOP_ABS"/rts" FPTOOLS_TOP_ABS"/gmp/gmpbuild" + GMP_INCLUDE_DIRS #endif includes: Stg.h |