summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-control-center/files
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2004-07-31 12:08:37 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2004-07-31 12:08:37 +0800
commit8a5f2b093858c9eac1860653511ddb0cb93e433a (patch)
tree6dce3bc027cdf6304b24ca697a721e581f3288df /sysutils/gnome-control-center/files
parentb32f08060d1ae4bb70fb306339cfb645caa04eb4 (diff)
downloadmarcuscom-ports-8a5f2b093858c9eac1860653511ddb0cb93e433a.tar
marcuscom-ports-8a5f2b093858c9eac1860653511ddb0cb93e433a.tar.gz
marcuscom-ports-8a5f2b093858c9eac1860653511ddb0cb93e433a.tar.bz2
marcuscom-ports-8a5f2b093858c9eac1860653511ddb0cb93e433a.tar.lz
marcuscom-ports-8a5f2b093858c9eac1860653511ddb0cb93e433a.tar.xz
marcuscom-ports-8a5f2b093858c9eac1860653511ddb0cb93e433a.tar.zst
marcuscom-ports-8a5f2b093858c9eac1860653511ddb0cb93e433a.zip
Update to 2.7.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2570 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-control-center/files')
-rw-r--r--sysutils/gnome-control-center/files/patch-capplets_Makefile.in11
-rw-r--r--sysutils/gnome-control-center/files/patch-ltmain.sh51
2 files changed, 0 insertions, 62 deletions
diff --git a/sysutils/gnome-control-center/files/patch-capplets_Makefile.in b/sysutils/gnome-control-center/files/patch-capplets_Makefile.in
deleted file mode 100644
index fcb0fa20c..000000000
--- a/sysutils/gnome-control-center/files/patch-capplets_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- capplets/Makefile.in.orig Sun Jul 25 18:35:45 2004
-+++ capplets/Makefile.in Sun Jul 25 18:36:12 2004
-@@ -193,7 +193,7 @@
- WARN_CXXFLAGS = @WARN_CXXFLAGS@
- XF86MISC_LIBS = @XF86MISC_LIBS@
-
--always_built_SUBDIRS = common accessibility default-applications desktop-links font background keyboard mouse sound file-types theme-switcher ui-properties keybindings network windows
-+always_built_SUBDIRS = common accessibility default-applications desktop-links font background keyboard mouse sound theme-switcher ui-properties keybindings network windows
-
- @HAVE_RANDR_TRUE@randr_SUBDIRS = display
- @HAVE_RANDR_FALSE@randr_SUBDIRS =
diff --git a/sysutils/gnome-control-center/files/patch-ltmain.sh b/sysutils/gnome-control-center/files/patch-ltmain.sh
deleted file mode 100644
index 49efbb5de..000000000
--- a/sysutils/gnome-control-center/files/patch-ltmain.sh
+++ /dev/null
@@ -1,51 +0,0 @@
---- ltmain.sh.orig Thu May 1 11:30:14 2003
-+++ ltmain.sh Mon Aug 11 14:38:46 2003
-@@ -1280,7 +1280,7 @@
- esac
- elif test "X$arg" = "X-lc_r"; then
- case $host in
-- *-*-openbsd* | *-*-freebsd*)
-+ *-*-openbsd* | *-*-freebsd4*)
- # Do not include libc_r directly, use -pthread flag.
- continue
- ;;
-@@ -1290,8 +1290,16 @@
- continue
- ;;
-
-+ -pthread)
-+ compile_command="$compile_command -pthread"
-+ finalize_command="$finalize_command -pthread"
-+ compiler_flags="$compiler_flags -pthread"
-+ continue
-+ ;;
-+
- -module)
- module=yes
-+ build_old_libs=no
- continue
- ;;
-
-@@ -3000,6 +3008,9 @@
- # problems, so we reset it completely
- verstring=
- ;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
- *)
- verstring="0.0"
- ;;
-@@ -5428,10 +5439,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"