mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
Fix Build on -CURRENT
PR 45788 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
This commit is contained in:
parent
95c8162b29
commit
2af6288575
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71151
22
graphics/opendx/files/patch-GARCommand.C
Normal file
22
graphics/opendx/files/patch-GARCommand.C
Normal file
@ -0,0 +1,22 @@
|
||||
--- src/uipp/prompter/GARCommand.C.orig Sat Nov 30 02:48:50 2002
|
||||
+++ src/uipp/prompter/GARCommand.C Sat Nov 30 02:46:44 2002
|
||||
@@ -18,6 +18,7 @@
|
||||
#elif defined(HAVE_STRSTREA_H)
|
||||
#include <strstrea.h>
|
||||
#endif
|
||||
+#include <strstream>
|
||||
|
||||
#include "NoUndoCommand.h"
|
||||
#include "GARApplication.h"
|
||||
@@ -50,9 +51,9 @@
|
||||
char *fname;
|
||||
unsigned long mode;
|
||||
int dirty;
|
||||
- strstream tmpstr;
|
||||
+ std::strstream tmpstr;
|
||||
#ifdef aviion
|
||||
- strstream tmpstr2;
|
||||
+ std::strstream tmpstr2;
|
||||
#endif
|
||||
|
||||
switch (this->option)
|
24
graphics/opendx/files/patch-src:exec:dpexec:yuiif.y
Normal file
24
graphics/opendx/files/patch-src:exec:dpexec:yuiif.y
Normal file
@ -0,0 +1,24 @@
|
||||
--- src/exec/dpexec/yuiif.y-orig Mon Jul 31 10:10:38 2000
|
||||
+++ src/exec/dpexec/yuiif.y Tue Nov 26 14:31:53 2002
|
||||
@@ -1550,18 +1550,21 @@
|
||||
if (! _dxd_exUIPacket)
|
||||
yyerrok;
|
||||
}
|
||||
+ ;
|
||||
|
||||
rightparen : T_RPAR
|
||||
{
|
||||
if (! _dxd_exUIPacket)
|
||||
yyerrok;
|
||||
}
|
||||
+ ;
|
||||
|
||||
rightbracket : T_RBRA
|
||||
{
|
||||
if (! _dxd_exUIPacket)
|
||||
yyerrok;
|
||||
}
|
||||
+ ;
|
||||
|
||||
id : T_ID
|
||||
{
|
Loading…
Reference in New Issue
Block a user