2249baed95
changes by me: - add HOMEPAGE - ensure non-GTK version does not use GTK if it is detected, replace CONFIGURE_ARGS option --disable-gtktest with --with-xaw - if we depend on gettext we might as well use it - sync PLIST - remove unnecessary NO_INSTALL_MANPAGES option which is leftover from when this port used to use imake
21 lines
500 B
Plaintext
21 lines
500 B
Plaintext
--- configure.orig Sat Jul 22 14:14:11 2000
|
|
+++ configure Sat Jul 22 14:14:50 2000
|
|
@@ -2882,7 +2882,7 @@
|
|
cat conftest.$ac_ext >&5
|
|
rm -rf conftest*
|
|
CATOBJEXT=.mo
|
|
- DATADIRNAME=lib
|
|
+ DATADIRNAME=share
|
|
fi
|
|
rm -f conftest*
|
|
INSTOBJEXT=.mo
|
|
@@ -3144,7 +3144,7 @@
|
|
USE_INCLUDED_LIBINTL=yes
|
|
CATOBJEXT=.cat
|
|
INSTOBJEXT=.cat
|
|
- DATADIRNAME=lib
|
|
+ DATADIRNAME=share
|
|
INTLDEPS='$(top_builddir)/intl/libintl.a'
|
|
INTLLIBS=$INTLDEPS
|
|
LIBS=`echo $LIBS | sed -e 's/-lintl//'`
|