mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-12 08:02:56 +02:00
16 lines
347 B
ObjectPascal
16 lines
347 B
ObjectPascal
--- components/printers/unix/udlgselectprinter.pp Wed Sep 5 11:24:20 2007
|
|
+++ components/printers/unix/udlgselectprinter.pp Wed Sep 5 11:53:09 2007
|
|
@@ -132,7 +132,11 @@
|
|
{$IFDEF darwin}
|
|
miniCupsLibc,
|
|
{$ELSE}
|
|
- Libc,
|
|
+ {$IFDEF freebsd}
|
|
+ miniCupsLibc,
|
|
+ {$ELSE}
|
|
+ Libc,
|
|
+ {$ENDIF}
|
|
{$ENDIF}
|
|
uDlgPropertiesPrinter;
|
|
|