diff options
Diffstat (limited to 'sci-calculators/hcalc/files/hcalc-1.2-fno-common.patch')
-rw-r--r-- | sci-calculators/hcalc/files/hcalc-1.2-fno-common.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sci-calculators/hcalc/files/hcalc-1.2-fno-common.patch b/sci-calculators/hcalc/files/hcalc-1.2-fno-common.patch new file mode 100644 index 000000000000..b8bdcc73e305 --- /dev/null +++ b/sci-calculators/hcalc/files/hcalc-1.2-fno-common.patch @@ -0,0 +1,13 @@ +--- a/hcalc.h ++++ b/hcalc.h +@@ -25,8 +25,8 @@ + extern Pixmap face; + extern Pixmap chars; + +-int bit_on; +-int bit_off; ++extern int bit_on; ++extern int bit_off; + + extern int char_to_x[256]; + extern char charmap[]; |