openbsd-ports/x11/fluxbox/patches/patch-Makefile_in
dcoppa 33324b068a Update to fluxbox-1.3.1 plus some patches to fix a couple of crashers
(above all, a use-after-free crash on restart/exit).

OK landry@
Maintainer timed out
2011-04-24 17:32:23 +00:00

16 lines
565 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1 2011/04/24 17:32:24 dcoppa Exp $
Fix building with SEPARATE_BUILD
--- Makefile.in.orig Sun Feb 27 18:40:24 2011
+++ Makefile.in Mon Apr 18 19:50:45 2011
@@ -223,7 +223,7 @@ top_srcdir = @top_srcdir@
SUBDIRS = doc nls src util data
MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
ACLOCAL_AMFLAGS = -I .
-EXTRA_DIST = acinclude.m4 3rd/vim/* 3rd/vim/syntax/*
+EXTRA_DIST = acinclude.m4 $(top_srcdir)/3rd/vim/* $(top_srcdir)/3rd/vim/syntax/*
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive