diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-04 23:23:56 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-04 23:23:56 +0000 |
commit | 2d80fe4e88cb2c858775530b48284bfe213a7a85 (patch) | |
tree | 3a6a829524a69ddbefa10a55071049ad2ba68cd8 | |
parent | Change MAINTAINERship to perl@. (diff) |
Don't assume LOCALBASE is /usr/local when looking for the libgmp headers.
Reported by: dosirak via kris
Notes
Notes:
svn path=/head/; revision=147244
-rw-r--r-- | net-im/meanwhile/Makefile | 3 | ||||
-rw-r--r-- | net/meanwhile/Makefile | 3 |
2 files changed, 4 insertions, 2 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" diff --git a/net/meanwhile/Makefile b/net/meanwhile/Makefile index 55e9648156f4..f9ab9ae61bbb 100644 --- a/net/meanwhile/Makefile +++ b/net/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" |