f98f52441b
- Incorporate debian patches to fix build with gcc3 PR: ports/86058 Submitted by: Geoffrey Mainland <mainland@apeiron.net> Approved by: Mathis Picker <Mathias.Picker@gmx.de> (maintainer)
24 lines
703 B
Ruby
24 lines
703 B
Ruby
--- ./platform/emulator/modPort.spec.orig Wed Aug 21 06:18:19 2002
|
|
+++ ./platform/emulator/modPort.spec Sat Sep 3 18:46:09 2005
|
|
@@ -8,8 +8,8 @@
|
|
### Christian Schulte, 1998
|
|
###
|
|
### Last change:
|
|
-### $Date: 2002/08/21 10:18:19 $ by $Author: duchier $
|
|
-### $Revision: 1.8 $
|
|
+### $Date: 2005/02/15 13:33:16 $ by $Author: raph $
|
|
+### $Revision: 1.8.12.1 $
|
|
###
|
|
### This file is part of Mozart, an implementation
|
|
### of Oz 3:
|
|
@@ -30,8 +30,8 @@
|
|
out => ['+bool'],
|
|
bi => BIisPort},
|
|
|
|
- 'new' => { in => ['list'],
|
|
- out => ['+port'],
|
|
+ 'new' => { in => [],
|
|
+ out => ['list','+port'],
|
|
BI => BInewPort},
|
|
|
|
'send' => { in => ['+port','value'],
|