diff options
author | jtb <jtb@pkgsrc.org> | 2000-12-08 21:22:14 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2000-12-08 21:22:14 +0000 |
commit | 6b6f704a49dbb03101d17cb0f0d9a45269d46bfb (patch) | |
tree | 1495aef1a6227a3f2dd46da5c28531d89251ea97 /shells/esh/patches | |
parent | 9b558e5497cc38178cc1f46da323fe3f371ac6c5 (diff) | |
download | pkgsrc-6b6f704a49dbb03101d17cb0f0d9a45269d46bfb.tar.gz |
Make sure ${PREFIX}/share/emacs/site-lisp directory exists or gets created.
Fixes problem in latest pkgsrc/i386 bulk build.
Diffstat (limited to 'shells/esh/patches')
-rw-r--r-- | shells/esh/patches/patch-aa | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/shells/esh/patches/patch-aa b/shells/esh/patches/patch-aa index 4129ea9c875..f975c66fc16 100644 --- a/shells/esh/patches/patch-aa +++ b/shells/esh/patches/patch-aa @@ -1,8 +1,15 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/11/02 21:51:58 tron Exp $ +$NetBSD: patch-aa,v 1.2 2000/12/08 21:22:14 jtb Exp $ ---- Makefile.orig Thu Apr 22 09:31:43 1999 +--- Makefile.orig Thu Apr 22 08:31:43 1999 +++ Makefile -@@ -7,11 +7,11 @@ +@@ -1,17 +1,17 @@ + + # Your C compiler. + +-CC=gcc ++#CC=gcc + + # Where your readline library is. # You can compile with a hacked replacement of readline instead by # doing this: |