diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-11 19:39:53 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-11 19:39:53 +0000 |
commit | 154b8a83ba577a5d91107078ef6921a382232f0f (patch) | |
tree | 4a6102487d710658baf0960a60978c7e08c1f3d9 /textproc/gnomespell/files | |
parent | aac369bdeaa7166739c7ba2674438ce60b2cb8ab (diff) | |
download | FreeBSD-ports-154b8a83ba577a5d91107078ef6921a382232f0f.zip FreeBSD-ports-154b8a83ba577a5d91107078ef6921a382232f0f.tar.gz |
Update to 0.5.
Diffstat (limited to 'textproc/gnomespell/files')
-rw-r--r-- | textproc/gnomespell/files/patch-configure | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/textproc/gnomespell/files/patch-configure b/textproc/gnomespell/files/patch-configure deleted file mode 100644 index e1b5eff..0000000 --- a/textproc/gnomespell/files/patch-configure +++ /dev/null @@ -1,37 +0,0 @@ - -$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 - - - |