forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcf21d71
committed
Attached are the three patches that were needed to get PostgreSQL
6.3.2 to compile (and run) on my Sparc Solaris 2.5.1 box. Detailsbelow:pgsql.sparc.patch-template: Adds -D__sparc__ and -D__sun__,defintions which gcc does define, but Sun's cc does not. :(pgsql.sparc.patch-makefile: Adds a define so that 'lorder'is not used, as it is not found on my machine.Ryan Kirkpatrick1 parent0624f3d commitcf21d71
2 files changed
+4
-1
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
| 4 | + | |
| 5 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
0 commit comments
Comments
(0)