summaryrefslogtreecommitdiff
path: root/graphics/hpoj/files/patch-mlcd-ParPort.h
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-05-04 21:35:25 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-05-04 21:35:25 +0000
commit4d6d4458d94a8b1f1c81c35ba2cba9df6a7b0feb (patch)
tree71a6767b94fb01a40778b6198008ff148fe3d49a /graphics/hpoj/files/patch-mlcd-ParPort.h
parentUpgrade from 0.22.0 to 0.22.1 (April 14th). Drop expat-dependency -- (diff)
- Solve ffs()-clash on -CURRENT [1]
- Fix build issue: 5.1 is OSVERSION 501000, not 510000 - Use OPTIONS - Make SNMP optional (suggested by: Anatoly Zaytman) - Make QT-dependency optional, off by default PR: ports/64945 [1] Submitted by: Marco Molteni Approved by: linimon (mentor)
Notes
Notes: svn path=/head/; revision=108407
Diffstat (limited to 'graphics/hpoj/files/patch-mlcd-ParPort.h')
-rw-r--r--graphics/hpoj/files/patch-mlcd-ParPort.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/hpoj/files/patch-mlcd-ParPort.h b/graphics/hpoj/files/patch-mlcd-ParPort.h
new file mode 100644
index 000000000000..8d6eb41a4ce0
--- /dev/null
+++ b/graphics/hpoj/files/patch-mlcd-ParPort.h
@@ -0,0 +1,13 @@
+--- mlcd/ParPort.h.orig Tue Mar 30 18:42:02 2004
++++ mlcd/ParPort.h Tue Mar 30 18:51:23 2004
+@@ -32,6 +32,10 @@
+ #include <unistd.h>
+ #include <fcntl.h>
+ extern "C" {
++ #undef fls
++ #define fls iamdirtybutloved
++ #undef ffs__ParPort
++ #define ffs__ParPort iamdirtybutfancied
+ #include <machine/cpufunc.h>
+ }
+ #else