View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000689 | Double Commander | Default | public | 2013-07-07 22:09 | 2017-09-04 08:25 |
| Reporter | bbt | Assigned To | Alexx2000 | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Projection | none | ETA | none | ||
| Product Version | 0.6.0 (trunk) | ||||
| Fixed in Version | 0.5.6 | ||||
| Summary | 0000689: Fix build under FreeBSD | ||||
| Description | 'doublecmd' component does not build under FreeBSD. This patch fixes it. | ||||
| Additional Information | The patch has been created against trunk (rev. 5250), but it can also be cleanly applied to 0.5.5 version. | ||||
| Tags | No tags attached. | ||||
| Attached Files | dcosutils.pas.patch (568 bytes)
Index: components/doublecmd/dcosutils.pas
===================================================================
--- components/doublecmd/dcosutils.pas (revision 5250)
+++ components/doublecmd/dcosutils.pas (working copy)
@@ -185,11 +185,11 @@
Windows, JwaWinNetWk;
{$ENDIF}
{$IF DEFINED(UNIX)}
- {$IF DEFINED(DARWIN)}
+ {$IF DEFINED(BSD)}
{$DEFINE FPC_USE_LIBC}
{$ENDIF}
uses
- {$IF NOT DEFINED(FPC_USE_LIBC)}
+ {$IF (NOT DEFINED(FPC_USE_LIBC)) OR (DEFINED(BSD) AND NOT DEFINED(DARWIN))}
SysCall,
{$ENDIF}
BaseUnix, Unix, dl, DCStrUtils;
| ||||
| Fixed in Revision | 5253 | ||||
| Operating system | BSD | ||||
| Widgetset | |||||
| Architecture | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2013-07-07 22:09 | bbt | New Issue | |
| 2013-07-07 22:09 | bbt | File Added: dcosutils.pas.patch | |
| 2013-07-10 20:25 | Alexx2000 | Assigned To | => Alexx2000 |
| 2013-07-10 20:25 | Alexx2000 | Status | new => assigned |
| 2013-07-10 20:27 | Alexx2000 | Fixed in Revision | => 5253 |
| 2013-07-10 20:27 | Alexx2000 | Note Added: 0001071 | |
| 2013-07-10 20:27 | Alexx2000 | Status | assigned => resolved |
| 2013-07-10 20:27 | Alexx2000 | Fixed in Version | => 0.5.6 |
| 2013-07-10 20:27 | Alexx2000 | Resolution | open => fixed |
| 2017-09-04 08:25 | Alexx2000 | Status | resolved => closed |