diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-11-20 02:49:30 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-11-20 02:49:30 +0000 |
commit | a9c05e1b1bdbed4b1f86cb4f289fcc007f795255 (patch) | |
tree | 7624caa181f9baeb463cc8e8d3bb41e1b9cdcc0a /science/chemtool-devel/files/patch-configure | |
parent | Upgrade to 6.2.1. Mostly a bugfix release. (diff) |
Update to 1.7alpha15
Diffstat (limited to 'science/chemtool-devel/files/patch-configure')
-rw-r--r-- | science/chemtool-devel/files/patch-configure | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/science/chemtool-devel/files/patch-configure b/science/chemtool-devel/files/patch-configure new file mode 100644 index 000000000000..d2721910d5fb --- /dev/null +++ b/science/chemtool-devel/files/patch-configure @@ -0,0 +1,22 @@ +--- configure.in~ Sun Jul 17 01:15:14 2005 ++++ configure.in Sun Nov 20 11:30:35 2005 +@@ -252,7 +252,7 @@ + if test x$enable_emf = xyes; then + AC_MSG_RESULT(yes) + AC_DEFINE(EMF) +- EMFLIBS="-lEMF -lstdc++" ++ EMFLIBS="-L%%LOCALBASE%%/lib -lEMF -lstdc++" + else + AC_MSG_RESULT(no) + EMFLIBS="" +--- configure~ Sun Nov 20 11:29:37 2005 ++++ configure Sun Nov 20 11:31:32 2005 +@@ -2859,7 +2859,7 @@ + #define EMF 1 + EOF + +- EMFLIBS="-lEMF -lstdc++" ++ EMFLIBS="-L%%LOCALBASE%%/lib -lEMF -lstdc++" + else + echo "$ac_t""no" 1>&6 + EMFLIBS="" |