freebsd-ports/science/chemtool-devel/files/patch-configure
2005-11-20 02:49:30 +00:00

22 lines
531 B
Text

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