1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/irc/yagirc/files/patch-aa
Steve Price 273b0793d6 Update to version 0.66.1.
PR:		11853
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-29 04:42:44 +00:00

23 lines
620 B
Plaintext

--- configure.orig Sun May 23 02:28:26 1999
+++ configure Sun May 23 02:28:56 1999
@@ -3113,15 +3113,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