summaryrefslogtreecommitdiff
path: root/devel/bcc/patches/patch-al
diff options
context:
space:
mode:
authortsarna <tsarna>1998-07-17 04:39:19 +0000
committertsarna <tsarna>1998-07-17 04:39:19 +0000
commitefc5add155bd2a81a743865a830691698bf32cfe (patch)
tree5c03e67e94b1d6a260bc0db6fcc5cdba481eb0f5 /devel/bcc/patches/patch-al
parent2d575b3aad58f34122d42dc77f05cd23e02df3fd (diff)
downloadpkgsrc-efc5add155bd2a81a743865a830691698bf32cfe.tar.gz
Add pkg for bcc, a 16-bit x86 compiler
Diffstat (limited to 'devel/bcc/patches/patch-al')
-rw-r--r--devel/bcc/patches/patch-al11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/bcc/patches/patch-al b/devel/bcc/patches/patch-al
new file mode 100644
index 00000000000..1a121747c34
--- /dev/null
+++ b/devel/bcc/patches/patch-al
@@ -0,0 +1,11 @@
+--- as/pops.c.orig Thu Jul 16 20:24:45 1998
++++ as/pops.c Thu Jul 16 20:25:42 1998
+@@ -72,7 +72,7 @@
+ register struct sym_s *symptr;
+ {
+ if ((symptr->type & LABIT ||
+- symptr->data & IMPBIT && !(symptr->data & UNDBIT)) &&
++ (symptr->data & IMPBIT && !(symptr->data & UNDBIT))) &&
+ ((symptr->data ^ lcdata) & (RELBIT | SEGM)))
+ {
+ error(SEGREL);