diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-25 14:41:11 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-25 14:41:11 +0000 |
commit | 36fa8d4a9d63f6c2a18656464d97b2bb5b741ea6 (patch) | |
tree | 54786eb8182e6bfd4a62d65b411c615c4610f56a /net-p2p/dbhub/files | |
parent | Stable x86, amd64. (diff) | |
download | gentoo-2-36fa8d4a9d63f6c2a18656464d97b2bb5b741ea6.tar.gz gentoo-2-36fa8d4a9d63f6c2a18656464d97b2bb5b741ea6.tar.bz2 gentoo-2-36fa8d4a9d63f6c2a18656464d97b2bb5b741ea6.zip |
Version bump, add switch_user USE-flag
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-p2p/dbhub/files')
-rw-r--r-- | net-p2p/dbhub/files/dbhub-gentoo.patch | 28 |
1 files changed, 6 insertions, 22 deletions
diff --git a/net-p2p/dbhub/files/dbhub-gentoo.patch b/net-p2p/dbhub/files/dbhub-gentoo.patch index 1cb37fa9df74..3ac532ffef6b 100644 --- a/net-p2p/dbhub/files/dbhub-gentoo.patch +++ b/net-p2p/dbhub/files/dbhub-gentoo.patch @@ -1,31 +1,15 @@ ---- configure.old 2007-10-25 14:53:10.000000000 +0200 -+++ configure 2007-10-25 14:54:06.000000000 +0200 -@@ -7564,12 +7564,6 @@ - fi +--- configure.orig 2008-02-25 15:28:29.000000000 +0100 ++++ configure 2008-02-25 15:28:52.000000000 +0100 +@@ -4926,12 +4926,6 @@ fi + -if test ! -d $HOME/.dbhub; then - echo "creating config directory: $HOME/.dbhub" - mkdir $HOME/.dbhub - chmod 700 $HOME/.dbhub; -fi - - # Check whether --enable-lang was given. - if test "${enable_lang+set}" = set; then - enableval=$enable_lang; if test "$enableval" = "no"; then -@@ -7650,15 +7644,6 @@ - perl_flags=`perl -MExtUtils::Embed -e ccopts` + ac_config_files="$ac_config_files Makefile src/Makefile" - perl_libs=`perl -MExtUtils::Embed -e ldopts` -- -- if test ! -d $HOME/.dbhub/scripts; then -- echo "creating script directory: $HOME/.dbhub/scripts" -- mkdir $HOME/.dbhub/scripts -- chmod 700 $HOME/.dbhub/scripts; -- for i in Samplescripts/*; do -- cp $i $HOME/.dbhub/scripts; -- done -- fi - fi - else - echo "Perl script support is disabled." + cat >confcache <<\_ACEOF |