diff options
author | marcus <marcus@FreeBSD.org> | 2005-11-05 07:23:56 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-11-05 07:23:56 +0800 |
commit | 8b443b8daf6f85277f07669c94129bb4214a5adb (patch) | |
tree | 4e26a5a86a632f153c9aa6952c8b18105c6487cb /net-im/meanwhile | |
parent | 4848dc1f486a4d54e5cb458360188c0a2b64a8af (diff) | |
download | freebsd-ports-gnome-8b443b8daf6f85277f07669c94129bb4214a5adb.tar.gz freebsd-ports-gnome-8b443b8daf6f85277f07669c94129bb4214a5adb.tar.zst freebsd-ports-gnome-8b443b8daf6f85277f07669c94129bb4214a5adb.zip |
Don't assume LOCALBASE is /usr/local when looking for the libgmp headers.
Reported by: dosirak via kris
Diffstat (limited to 'net-im/meanwhile')
-rw-r--r-- | net-im/meanwhile/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/meanwhile/Makefile b/net-im/meanwhile/Makefile index 55e9648156f4..f9ab9ae61bbb 100644 --- a/net-im/meanwhile/Makefile +++ b/net-im/meanwhile/Makefile @@ -20,7 +20,8 @@ USE_GMAKE= yes USE_GNOME= gnomehack glib20 INSTALLS_SHLIB= yes USE_LIBTOOL_VER=15 -CONFIGURE_ARGS= --enable-doxygen=no +CONFIGURE_ARGS= --enable-doxygen=no \ + --with-gmp-prefix=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |