summaryrefslogtreecommitdiff
path: root/wm/sawfish/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'wm/sawfish/patches/patch-ab')
-rw-r--r--wm/sawfish/patches/patch-ab46
1 files changed, 46 insertions, 0 deletions
diff --git a/wm/sawfish/patches/patch-ab b/wm/sawfish/patches/patch-ab
new file mode 100644
index 00000000000..4b0ef3354e3
--- /dev/null
+++ b/wm/sawfish/patches/patch-ab
@@ -0,0 +1,46 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $
+
+--- src/Makefile.in.orig Fri Sep 1 18:45:15 2000
++++ src/Makefile.in
+@@ -19,6 +19,9 @@
+ # along with sawmill; see the file COPYING. If not, write to
+ # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+
++# Don't build client.la by default from this Makefile. client.la is
++# packaged by x11/sawfish-replibs.
++
+ include ../Makedefs
+
+ top_builddir=..
+@@ -32,7 +35,7 @@
+ OBJS := $(SRCS:.c=.o)
+
+ DL_SRCS := gradient.c flippers.c x.c selection.c play-sample.c
+-DL_OBJS := $(DL_SRCS:%.c=%.la) client.la
++DL_OBJS := $(DL_SRCS:%.c=%.la)
+ DL_DSTS = sawfish/wm/util/gradient.la sawfish/wm/util/flippers.la \
+ sawfish/wm/util/x.la sawfish/wm/util/selection.la \
+ sawfish/wm/util/play-sample.la
+@@ -71,6 +74,8 @@
+ $(rep_LIBTOOL) --mode=install $(INSTALL_PROGRAM) \
+ $(notdir $(x)) $(DESTDIR)$(sawfishexecdir)/$(dir $(x));)
+ $(rep_INSTALL_ALIASES) -c . $(DESTDIR)$(sawfishexecdir)
++
++install-client-la : client.la
+ $(rep_LIBTOOL) --mode=install $(INSTALL_PROGRAM) client.la $(DESTDIR)$(repexecdir)/sawfish/
+
+ uninstall :
+@@ -82,10 +87,12 @@
+ for dl in $(DL_DSTS); do \
+ $(rep_LIBTOOL) rm $(DESTDIR)${sawfishexecdir}/$$dl; \
+ done
++
++uninstall-client-la :
+ $(rep_DL_UNINSTALL) $(DESTDIR)$(repexecdir)/sawfish/client.la
+
+ installdirs : mkinstalldirs
+- $(SHELL) $< $(DESTDIR)$(bindir) $(DESTDIR)$(repexecdir)/sawfish \
++ $(SHELL) $< $(DESTDIR)$(bindir) \
+ $(foreach x,$(DL_DIRS),$(DESTDIR)$(sawfishexecdir)/$(x))
+
+ .libexec :