diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-10 08:52:11 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-10 08:52:11 +0000 |
commit | e2839c979ae96540f85f9a61aaae3954452268c3 (patch) | |
tree | 1b01c679ab6d9befe1c9b38a58eb7d578a603b4d /textproc/gnomespell/files | |
parent | jcode.pl has been moved into perl5 directory today. (diff) |
Use USE_GNOMENG.
Diffstat (limited to 'textproc/gnomespell/files')
-rw-r--r-- | textproc/gnomespell/files/patch-configure | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/textproc/gnomespell/files/patch-configure b/textproc/gnomespell/files/patch-configure new file mode 100644 index 000000000000..e1b5eff37a3c --- /dev/null +++ b/textproc/gnomespell/files/patch-configure @@ -0,0 +1,37 @@ + +$FreeBSD$ + +--- configure 2002/07/10 08:46:51 1.1 ++++ configure 2002/07/10 08:47:01 +@@ -1196,31 +1196,6 @@ + fi + fi + +- if test -n "capplet"; then +- n="capplet" +- for i in $n; do +- echo $ac_n "checking extra library \"$i\"""... $ac_c" 1>&6 +-echo "configure:1204: checking extra library \"$i\"" >&5 +- case $i in +- applets) +- +- GNOME_APPLETS_LIBS=`$GNOME_CONFIG --libs-only-l applets` +- echo "$ac_t""$GNOME_APPLETS_LIBS" 1>&6;; +- docklets) +- +- GNOME_DOCKLETS_LIBS=`$GNOME_CONFIG --libs-only-l docklets` +- echo "$ac_t""$GNOME_DOCKLETS_LIBS" 1>&6;; +- capplet) +- +- GNOME_CAPPLET_LIBS=`$GNOME_CONFIG --libs-only-l capplet` +- echo "$ac_t""$GNOME_CAPPLET_LIBS" 1>&6;; +- *) +- echo "$ac_t""unknown library" 1>&6 +- esac +- EXTRA_INCLUDEDIR=`$GNOME_CONFIG --cflags $i` +- GNOME_INCLUDEDIR="$GNOME_INCLUDEDIR $EXTRA_INCLUDEDIR" +- done +- fi + + + |