diff options
author | 2002-03-17 21:44:48 +0000 | |
---|---|---|
committer | 2002-03-17 21:44:48 +0000 | |
commit | 97531b0956ca592cdc9abe52b8b36ad9f068d7c8 (patch) | |
tree | f30ce997d5afc1fca7a3e3448fa19f779bc8f72a /x11-wm/sawfish/files | |
parent | fix build problem (diff) | |
download | historical-97531b0956ca592cdc9abe52b8b36ad9f068d7c8.tar.gz historical-97531b0956ca592cdc9abe52b8b36ad9f068d7c8.tar.bz2 historical-97531b0956ca592cdc9abe52b8b36ad9f068d7c8.zip |
fix build problem with latest libtool
Diffstat (limited to 'x11-wm/sawfish/files')
-rw-r--r-- | x11-wm/sawfish/files/digest-sawfish-1.0.1-r2 | 1 | ||||
-rw-r--r-- | x11-wm/sawfish/files/sawfish-1.0.1-exec.patch | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/x11-wm/sawfish/files/digest-sawfish-1.0.1-r2 b/x11-wm/sawfish/files/digest-sawfish-1.0.1-r2 new file mode 100644 index 000000000000..3592e2b26ab4 --- /dev/null +++ b/x11-wm/sawfish/files/digest-sawfish-1.0.1-r2 @@ -0,0 +1 @@ +MD5 b1587ea76cca08ec951f2536c17a307e sawfish-1.0.1.tar.gz 1326727 diff --git a/x11-wm/sawfish/files/sawfish-1.0.1-exec.patch b/x11-wm/sawfish/files/sawfish-1.0.1-exec.patch new file mode 100644 index 000000000000..0033ea08e62f --- /dev/null +++ b/x11-wm/sawfish/files/sawfish-1.0.1-exec.patch @@ -0,0 +1,13 @@ +--- lisp/Makefile.in.orig Sat Mar 16 17:55:30 2002 ++++ lisp/Makefile.in Sat Mar 16 17:57:12 2002 +@@ -26,8 +26,7 @@ + VPATH=@srcdir@:@top_srcdir@ + + # also in themes/Makefile.in +-sawfish_prog = $(rep_LIBTOOL) --mode=execute -dlopen ../src/gradient.la \ +- ../src/sawfish --batch --no-rc ++sawfish_prog = ../src/sawfish --batch --no-rc + COMPILE_ENV = SAWFISHLISPDIR=. \ + SAWFISHEXECDIR=$(top_builddir)/src/.libexec \ + SAWFISHDOCFILE=../DOC + |