diff options
Diffstat (limited to 'graphics/electriceyes/files/patch-aa')
-rw-r--r-- | graphics/electriceyes/files/patch-aa | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/electriceyes/files/patch-aa b/graphics/electriceyes/files/patch-aa new file mode 100644 index 000000000..2a5894e59 --- /dev/null +++ b/graphics/electriceyes/files/patch-aa @@ -0,0 +1,22 @@ +--- configure.orig Fri Feb 12 23:04:17 1999 ++++ configure Sat May 22 21:45:25 1999 +@@ -4766,15 +4766,15 @@ + fi + + +- USE_INCLUDED_LIBINTL=yes ++# USE_INCLUDED_LIBINTL=yes + CATOBJEXT=.gmo + INSTOBJEXT=.mo + DATADIRNAME=share +- INTLDEPS='$(top_builddir)/intl/libintl.a' ++ INTLDEPS='-lintl' + INTLLIBS=$INTLDEPS + LIBS=`echo $LIBS | sed -e 's/-lintl//'` +- nls_cv_header_intl=intl/libintl.h +- nls_cv_header_libgt=intl/libgettext.h ++# nls_cv_header_intl=intl/libintl.h ++# nls_cv_header_libgt=intl/libgettext.h + fi + + if test "$XGETTEXT" != ":"; then |