aboutsummaryrefslogtreecommitdiff
path: root/editors/lazarus/files
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-09-09 08:13:02 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-09-09 08:13:02 +0000
commit363ea394197ed2c41e8178f01a8686cd5195ac89 (patch)
tree276fe80f7a0828cbf74f8a159c3b3f96d24305fe /editors/lazarus/files
parent93209f49eb415eb8d6016355f6bef6a972d86eea (diff)
Notes
Diffstat (limited to 'editors/lazarus/files')
-rw-r--r--editors/lazarus/files/patch-components-printers-unix_udlgselectprinter.pp15
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/lazarus/files/patch-components-printers-unix_udlgselectprinter.pp b/editors/lazarus/files/patch-components-printers-unix_udlgselectprinter.pp
new file mode 100644
index 000000000000..c0f55dac4538
--- /dev/null
+++ b/editors/lazarus/files/patch-components-printers-unix_udlgselectprinter.pp
@@ -0,0 +1,15 @@
+--- 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;
+