diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-10-31 13:27:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-10-31 13:27:40 +0000 |
commit | 1226b32a652728ee5b1513b3b3bba072540f1706 (patch) | |
tree | efc6b95418a8c8d116f333ec95ee380dab3a485c /net/tsclient/files/patch-configure | |
parent | - Update to 0.45 (diff) |
- Disable panel applet, it does not work
PR: ports/102934
Submitted by: Tim Welch <twelch@thepentagon.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=175804
Diffstat (limited to 'net/tsclient/files/patch-configure')
-rw-r--r-- | net/tsclient/files/patch-configure | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net/tsclient/files/patch-configure b/net/tsclient/files/patch-configure new file mode 100644 index 000000000000..546df4855eca --- /dev/null +++ b/net/tsclient/files/patch-configure @@ -0,0 +1,27 @@ +--- configure. Fri Oct 13 03:55:18 2006 ++++ configure Fri Oct 13 03:55:40 2006 +@@ -4198,7 +4198,6 @@ + + + pkg_modules="libgnomeui-2.0" +-pkg_modules="libpanelapplet-2.0" + + succeeded=no + +@@ -5614,7 +5613,7 @@ + fi + + +- ac_config_files="$ac_config_files Makefile src/Makefile applet/Makefile po/Makefile.in" ++ ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in" + cat >confcache <<\_ACEOF + # This file is a shell script that caches the results of configure + # tests run on this system so they can be shared between configure +@@ -6188,7 +6187,6 @@ + # Handling of arguments. + "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; +- "applet/Makefile" ) CONFIG_FILES="$CONFIG_FILES applet/Makefile" ;; + "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; + "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; + "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; |