diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-01 02:39:34 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-01 02:39:34 +0800 |
commit | afb8da1bc0dff2d870e77a37795e6c1041986812 (patch) | |
tree | 65a81361f405dd4efe7cba52c2c779b52b1cc05f /net/tsclient/files/patch-configure | |
parent | 1de4405f9c800b3bf98e16cb85196a144e1d1ba6 (diff) | |
download | marcuscom-ports-afb8da1bc0dff2d870e77a37795e6c1041986812.tar marcuscom-ports-afb8da1bc0dff2d870e77a37795e6c1041986812.tar.gz marcuscom-ports-afb8da1bc0dff2d870e77a37795e6c1041986812.tar.bz2 marcuscom-ports-afb8da1bc0dff2d870e77a37795e6c1041986812.tar.lz marcuscom-ports-afb8da1bc0dff2d870e77a37795e6c1041986812.tar.xz marcuscom-ports-afb8da1bc0dff2d870e77a37795e6c1041986812.tar.zst marcuscom-ports-afb8da1bc0dff2d870e77a37795e6c1041986812.zip |
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8711 df743ca5-7f9a-e211-a948-0013205c9059
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 000000000..546df4855 --- /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" ;; |