diff options
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="" |