summaryrefslogtreecommitdiff
path: root/devel/yacl/files/patch-ag
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-02-27 23:20:31 +0000
committerSteve Price <steve@FreeBSD.org>2000-02-27 23:20:31 +0000
commit544c361b03adf76c54e5fb0b279f12fdcea47fdd (patch)
tree466aa74bbe97d0adc0966f07b087426c4056207e /devel/yacl/files/patch-ag
parentThe author removed some files from the distribution without bumping the (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.
Notes
Notes: svn path=/head/; revision=26393
Diffstat (limited to '')
-rw-r--r--devel/yacl/files/patch-ag11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/yacl/files/patch-ag b/devel/yacl/files/patch-ag
new file mode 100644
index 000000000000..f7ab905549bd
--- /dev/null
+++ b/devel/yacl/files/patch-ag
@@ -0,0 +1,11 @@
+--- 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,