1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/devel/yacl/files/patch-ag
Steve Price 544c361b03 - 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.
2000-02-27 23:20:31 +00:00

12 lines
297 B
Plaintext

--- ui/scrolwin.cxx.orig Sun Feb 27 11:52:49 2000
+++ ui/scrolwin.cxx Sun Feb 27 11:53:15 2000
@@ -50,7 +50,7 @@
};
#if defined(__X_MOTIF__)
-static const SCROLL_BAR_WIDTH = 12;
+static const int SCROLL_BAR_WIDTH = 12;
#endif
UIPriv_Scroller::UIPriv_Scroller (UI_ScrollableWindow* parent,