summaryrefslogtreecommitdiffstats
path: root/x11-wm/olvwm/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-08-24 01:28:45 +0000
committersteve <steve@FreeBSD.org>1998-08-24 01:28:45 +0000
commit279c2be5f7c1ec1c464b125b8353294afb842c12 (patch)
treee9b99c8956d160568fd7afbb091eb6d018578107 /x11-wm/olvwm/files
parent93083c88ee890d018718bbc0303e56f47b164556 (diff)
downloadFreeBSD-ports-279c2be5f7c1ec1c464b125b8353294afb842c12.zip
FreeBSD-ports-279c2be5f7c1ec1c464b125b8353294afb842c12.tar.gz
Update to version 4.2.
PR: 7626 Submitted by: Brian Feldman <green@unixhelp.org>
Diffstat (limited to 'x11-wm/olvwm/files')
-rw-r--r--x11-wm/olvwm/files/patch-aa19
-rw-r--r--x11-wm/olvwm/files/patch-ab12
2 files changed, 27 insertions, 4 deletions
diff --git a/x11-wm/olvwm/files/patch-aa b/x11-wm/olvwm/files/patch-aa
index abe27df..d9759da 100644
--- a/x11-wm/olvwm/files/patch-aa
+++ b/x11-wm/olvwm/files/patch-aa
@@ -336,8 +336,8 @@
/***************************************************************************
* private data
***************************************************************************/
-*** Imakefile.orig Mon Feb 27 18:22:32 1995
---- Imakefile Mon Feb 27 18:39:18 1995
+*** Imakefile.orig Fri Aug 14 22:47:36 1998
+--- Imakefile Fri Aug 14 22:54:24 1998
***************
*** 48,55 ****
/**/#MORECCFLAGS=-DOW_I18N_L3 -DSHAPE -DIDENT
@@ -377,8 +377,19 @@
/**/# No more changes needed
***************
-*** 143,148 ****
---- 143,150 ----
+*** 72,77 ****
+--- 72,78 ----
+ SYS_LIBRARIES = -ll -lm
+ INCLUDES = -I$(HEADER_DEST) -I$(TOP) $(XPMINCDIR)
+ DEPLIBS =
++ EXTENSIONLIB = -lXext
+ LOCAL_LIBRARIES = $(MORELDFLAGS) $(OLGXLIB) $(XLIB)
+
+ HEADERS = cmdstream.h cursors.h debug.h defaults.h dsdm.h environ.h error.h \
+***************
+*** 142,148 ****
+--- 143,151 ----
+ @for i in $(MANPAGES) ;\
do \
echo "installing $$i"; \
+ $(RM) $(DESTDIR)$(MANDIR)/`basename $$i .man`.$(MANSUFFIX)* ; \
diff --git a/x11-wm/olvwm/files/patch-ab b/x11-wm/olvwm/files/patch-ab
new file mode 100644
index 0000000..784ff03
--- /dev/null
+++ b/x11-wm/olvwm/files/patch-ab
@@ -0,0 +1,12 @@
+--- menu.c.orig Fri Aug 14 20:35:05 1998
++++ menu.c Fri Aug 14 22:28:13 1998
+@@ -3148,7 +3148,8 @@
+ if (fDefault)
+ state |= OLGX_DEFAULT;
+
+- if (pb->label[pb->which].kind == StringLabel)
++ if (pb->label[pb->which].kind == StringLabel ||
++ pb->label[pb->which].kind == NoType)
+ label = pb->label[pb->which].string;
+ #ifdef OLGX_LABEL_IS_COMB
+ else if (pb->label[pb->which].kind == ComboLabel) {
OpenPOWER on IntegriCloud