Browse Source

Rene Rebe:


			
			
				rocklinux
			
			
		
Rene Rebe 21 years ago
parent
commit
87e291c3cb
2 changed files with 19 additions and 2 deletions
  1. +2
    -2
      package/rene/commonc++/commonc++.desc
  2. +17
    -0
      package/rene/commonc++/gcc34.patch

+ 2
- 2
package/rene/commonc++/commonc++.desc

@ -42,8 +42,8 @@
[L] GPL
[S] Stable
[V] 1.0.8
[V] 1.0.13
[P] X -----5---9 380.000
[D] 2650304294 commoncpp2-1.0.8.tar.gz ftp://ftp.gnu.org/pub/gnu/commonc++/
[D] 4107793565 commoncpp2-1.0.13.tar.gz ftp://ftp.gnu.org/pub/gnu/commonc++/

+ 17
- 0
package/rene/commonc++/gcc34.patch

@ -0,0 +1,17 @@
The usual gcc-3.4 fixes.
- Rene Rebe <rene@rocklinux.org>
diff -ur commoncpp2-1.0.13-orig/include/cc++/thread.h commoncpp2-1.0.13/include/cc++/thread.h
--- commoncpp2-1.0.13-orig/include/cc++/thread.h 2003-06-07 01:16:45.000000000 +0200
+++ commoncpp2-1.0.13/include/cc++/thread.h 2004-05-04 18:03:06.000000000 +0200
@@ -1080,7 +1080,7 @@
static Thread* _main;
Thread *_parent;
- enum Cancel _cancel;
+ Cancel _cancel;
Semaphore *_start;
// private data

Loading…
Cancel
Save