diff options
author | 2006-10-20 21:01:59 +0000 | |
---|---|---|
committer | 2006-10-20 21:01:59 +0000 | |
commit | a8612980dc5cd8ce239c376afb9e65d1cddba2ee (patch) | |
tree | d27599516bc766c7446902cf72570a00b5191398 /games-strategy/lgeneral/files | |
parent | Marking amd64 stable (diff) | |
download | historical-a8612980dc5cd8ce239c376afb9e65d1cddba2ee.tar.gz historical-a8612980dc5cd8ce239c376afb9e65d1cddba2ee.tar.bz2 historical-a8612980dc5cd8ce239c376afb9e65d1cddba2ee.zip |
Adding ~amd64 keyword. Bug #111828
Package-Manager: portage-2.1.1
Diffstat (limited to 'games-strategy/lgeneral/files')
-rw-r--r-- | games-strategy/lgeneral/files/lgeneral-1.2_beta12-64bit.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-strategy/lgeneral/files/lgeneral-1.2_beta12-64bit.patch b/games-strategy/lgeneral/files/lgeneral-1.2_beta12-64bit.patch new file mode 100644 index 000000000000..d152657f3aca --- /dev/null +++ b/games-strategy/lgeneral/files/lgeneral-1.2_beta12-64bit.patch @@ -0,0 +1,11 @@ +--- src/unit_lib.h.old 2006-10-20 22:11:43.000000000 +0200 ++++ src/unit_lib.h 2006-10-20 22:11:58.000000000 +0200 +@@ -145,7 +145,7 @@ + #endif + int eval_score; /* between 0 - 1000 indicating the worth of the unit relative the + best one */ +-} Unit_Lib_Entry; ++} __attribute__((__packed__)) Unit_Lib_Entry; + + + /* |