Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
34ab21e3d8
3 changed files with 33 additions and 4 deletions
  1. +23
    -0
      package/tibit/openhbci/gcc34.diff
  2. +8
    -2
      package/tibit/openhbci/openhbci.conf
  3. +2
    -2
      package/tibit/openhbci/openhbci.desc

+ 23
- 0
package/tibit/openhbci/gcc34.diff

@ -0,0 +1,23 @@
--- ./src/openhbci/tree.h.orig 2004-06-25 14:52:53.729307602 +0200
+++ ./src/openhbci/tree.h 2004-06-25 14:53:01.057222682 +0200
@@ -695,16 +695,16 @@
* Returns an iterator that points to the root of the tree.
* @author Martin Preuss<martin@aquamaniac.de>
*/
- Tree<T>::iterator root() {
- return Tree<T>::iterator(&_root);
+ iterator root() {
+ return iterator(&_root);
};
/**
* Returns an const_iterator that points to the root of the tree.
* @author Martin Preuss<martin@aquamaniac.de>
*/
- Tree<T>::const_iterator const_root() const {
- return Tree<T>::const_iterator(&_root);
+ const_iterator const_root() const {
+ return const_iterator(&_root);
};
/**

+ 8
- 2
package/tibit/openhbci/openhbci.conf

@ -20,12 +20,18 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
ohbci_set_patch () {
if [[ $xsrctar = openhbci-$ver.tar.bz2 ]] ; then
var_append patchfiles ' ' "$confdir/gcc34.diff"
fi
}
set_docdir () {
ohbci_set_docdir () {
if [[ $xsrctar = *plugin-ddvcard* ]] ; then
docdir=$docdir/plugin-ddvcard
mkdir $docdir || true
fi
}
hook_add preconf 10 set_docdir
hook_add prepatch 5 ohbci_set_patch
hook_add preconf 10 ohbci_set_docdir

+ 2
- 2
package/tibit/openhbci/openhbci.desc

@ -42,11 +42,11 @@
[L] GPL
[S] Beta
[V] 0.9.14
[V] 0.9.16
[P] X -?---5---9 176.600
[SRC] openhbci
[D] 2589234165 openhbci-0.9.14.tar.gz http://dl.sourceforge.net/sourceforge/openhbci/
[D] 4052213954 openhbci-0.9.16.tar.gz http://dl.sourceforge.net/sourceforge/openhbci/
[D] 3829098336 openhbci-plugin-ddvcard-0.4.2.tar.gz http://dl.sourceforge.net/sourceforge/openhbci/

Loading…
Cancel
Save