lazarus/tools/install/freebsd_ports/files/patch-components-printers-unix_udlgselectprinter.pp
mattias a4e5ca8215 ports: added FreeBSD ports von Joerg Braun
git-svn-id: trunk@14346 -
2008-03-01 13:32:05 +00:00

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;