diff options
| author | Steve Price <steve@FreeBSD.org> | 2000-02-27 23:20:31 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 2000-02-27 23:20:31 +0000 |
| commit | 544c361b03adf76c54e5fb0b279f12fdcea47fdd (patch) | |
| tree | 466aa74bbe97d0adc0966f07b087426c4056207e /devel/yacl/files/patch-ah | |
| parent | 97b16698b2c396cb717c794ea861d86eb32c795d (diff) | |
- Don't tromple the contents of MAKE_ENV otherwise MOTIF_LIB isn't defined.
- Properly pass MAKE_ENV along.
- Fix build errors on -current.
- Minor cleanup to some echo'd text.
Diffstat (limited to 'devel/yacl/files/patch-ah')
| -rw-r--r-- | devel/yacl/files/patch-ah | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/yacl/files/patch-ah b/devel/yacl/files/patch-ah new file mode 100644 index 000000000000..ea70850ab00c --- /dev/null +++ b/devel/yacl/files/patch-ah @@ -0,0 +1,15 @@ +--- apps/bmpview/menudrv.cxx.orig Sun Feb 27 11:56:29 2000 ++++ apps/bmpview/menudrv.cxx Sun Feb 27 11:57:27 2000 +@@ -39,9 +39,9 @@ + MenuBinding::MethodPtr method; + UI_EventType event; + } FAR dispatch [] = { +- {ID_OPEN, MenuDriver::OpenFile, Event_Select} +- , {ID_ABOUT, MenuDriver::About, Event_Select} +- , {ID_QUIT, MenuDriver::Quit, Event_Select} ++ {ID_OPEN, &MenuDriver::OpenFile, Event_Select} ++ , {ID_ABOUT, &MenuDriver::About, Event_Select} ++ , {ID_QUIT, &MenuDriver::Quit, Event_Select} + }; + + |
