diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-04 09:53:23 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-04 09:53:23 +0800 |
commit | cfae54e359786f80d3c85e976a3adeb004b38525 (patch) | |
tree | 6ed668a5f67af6713dc8fb1078917e0598666b60 /graphics/electriceyes/files/patch-aa | |
parent | 2ca29d9a76dd87242131def2d4c4ff3d3f5b4fae (diff) | |
download | marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.gz marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.bz2 marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.lz marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.xz marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.zst marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.zip |
share/gnome/ -> share/
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8804 df743ca5-7f9a-e211-a948-0013205c9059
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 |