summaryrefslogtreecommitdiff
path: root/x11-fonts/getbdf/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fonts/getbdf/files/patch-ab')
-rw-r--r--x11-fonts/getbdf/files/patch-ab19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-fonts/getbdf/files/patch-ab b/x11-fonts/getbdf/files/patch-ab
new file mode 100644
index 000000000000..c5db30aa4b48
--- /dev/null
+++ b/x11-fonts/getbdf/files/patch-ab
@@ -0,0 +1,19 @@
+*** getbdf.c.orig Wed Mar 7 17:16:41 1990
+--- getbdf.c Fri Aug 30 23:39:32 1996
+***************
+*** 33,39 ****
+
+ XFontStruct *font;
+
+! #ifdef HP
+ nint(x) double x;
+ {
+ int i;
+--- 33,39 ----
+
+ XFontStruct *font;
+
+! #if defined(HP) || defined(__FreeBSD__)
+ nint(x) double x;
+ {
+ int i;