- don't install emacs files; since it'll break when emacs is not available.
This commit is contained in:
parent
51509777e8
commit
3d06a421a9
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.37 2012/07/07 09:11:59 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.38 2012/07/07 10:15:24 jasper Exp $
|
||||
|
||||
COMMENT= GNU's Ubiquitous Intelligent Language for Extension
|
||||
|
||||
VERSION= 1.8.8
|
||||
DISTNAME= guile-${VERSION}
|
||||
REVISION= 0
|
||||
SHARED_LIBS= guile 20.0 \
|
||||
guile-srfi-srfi-1-v-3 3.2 \
|
||||
guile-srfi-srfi-13-14-v-3 3.1 \
|
||||
|
15
lang/guile/patches/patch-Makefile_in
Normal file
15
lang/guile/patches/patch-Makefile_in
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1 2012/07/07 10:15:24 jasper Exp $
|
||||
|
||||
Don't enter emacs/, since emacs may not be available.
|
||||
|
||||
--- Makefile.in.orig Sat Jul 7 12:12:28 2012
|
||||
+++ Makefile.in Sat Jul 7 12:12:38 2012
|
||||
@@ -356,7 +356,7 @@ top_srcdir_absolute = @top_srcdir_absolute@
|
||||
# config.rpath is needed
|
||||
#
|
||||
AUTOMAKE_OPTIONS = 1.10
|
||||
-SUBDIRS = oop libguile ice-9 guile-config guile-readline emacs \
|
||||
+SUBDIRS = oop libguile ice-9 guile-config guile-readline \
|
||||
scripts srfi doc examples test-suite benchmark-suite lang am
|
||||
|
||||
bin_SCRIPTS = guile-tools
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2012/07/07 08:31:57 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.12 2012/07/07 10:15:24 jasper Exp $
|
||||
%%SHARED%%
|
||||
@bin bin/guile
|
||||
bin/guile-config
|
||||
@ -135,9 +135,6 @@ lib/pkgconfig/
|
||||
lib/pkgconfig/guile-${V}.pc
|
||||
@man man/man1/guile.1
|
||||
share/aclocal/guile.m4
|
||||
share/emacs/site-lisp/gds-scheme.el
|
||||
share/emacs/site-lisp/gds-server.el
|
||||
share/emacs/site-lisp/gds.el
|
||||
share/guile/
|
||||
share/guile/${V}/
|
||||
share/guile/${V}/guile-procedures.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user