mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
15 lines
630 B
Plaintext
15 lines
630 B
Plaintext
$NetBSD: patch-ad,v 1.3 2013/05/31 23:20:18 minskim Exp $
|
|
|
|
Magic line to avoid segmentation fault during build (not always happen).
|
|
|
|
--- lisp/cus-dep.el.orig 2013-05-27 05:08:04.000000000 +0000
|
|
+++ lisp/cus-dep.el
|
|
@@ -70,6 +70,7 @@ Usage: emacs -batch -l ./cus-dep.el -f c
|
|
(unless (or (string-match custom-dependencies-no-scan-regexp file)
|
|
(string-match preloaded (format "%s/%s" subdir file))
|
|
(not (file-exists-p file)))
|
|
+ (message file)
|
|
(erase-buffer)
|
|
(kill-all-local-variables)
|
|
(insert-file-contents file)
|