diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-10 18:30:09 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-10 18:30:09 +0000 |
commit | a398059305049e1bee151387e7d0432de371b132 (patch) | |
tree | 6a0d753de92ab6d54f5737215450f7e4e6db0bcb /lang/qscheme | |
parent | ac8fb41b8e0afdf06a34d012a6f74e37e667df20 (diff) |
Notes
Diffstat (limited to 'lang/qscheme')
-rw-r--r-- | lang/qscheme/Makefile | 4 | ||||
-rw-r--r-- | lang/qscheme/files/patch-Makefile.in | 1 | ||||
-rw-r--r-- | lang/qscheme/files/patch-s.h | 1 | ||||
-rw-r--r-- | lang/qscheme/files/patch-s.scm | 1 |
4 files changed, 2 insertions, 5 deletions
diff --git a/lang/qscheme/Makefile b/lang/qscheme/Makefile index 7ac41a06395d..96299f9dfbb5 100644 --- a/lang/qscheme/Makefile +++ b/lang/qscheme/Makefile @@ -41,8 +41,8 @@ post-patch: .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500000 -BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4 -CONFIGURE_ARGS+= --with-gmp-lib=${LOCALBASE}/lib \ +BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4 +CONFIGURE_ARGS+= --with-gmp-lib=${LOCALBASE}/lib \ --with-gmp-inc=${LOCALBASE}/include .endif diff --git a/lang/qscheme/files/patch-Makefile.in b/lang/qscheme/files/patch-Makefile.in index 6bffee35418c..02f354a37d63 100644 --- a/lang/qscheme/files/patch-Makefile.in +++ b/lang/qscheme/files/patch-Makefile.in @@ -8,4 +8,3 @@ +SUBDIRS = . doc noinst_LIBRARIES = libqs.a - diff --git a/lang/qscheme/files/patch-s.h b/lang/qscheme/files/patch-s.h index 984d85b343ed..6797b6926a87 100644 --- a/lang/qscheme/files/patch-s.h +++ b/lang/qscheme/files/patch-s.h @@ -8,4 +8,3 @@ +#define SCM_SIG_SUSPEND SIGUSR1 #define SCM_SIG_RESUME SIGXCPU #endif - diff --git a/lang/qscheme/files/patch-s.scm b/lang/qscheme/files/patch-s.scm index 9d987fc3dcd0..acf680b24b85 100644 --- a/lang/qscheme/files/patch-s.scm +++ b/lang/qscheme/files/patch-s.scm @@ -27,4 +27,3 @@ + ;; (load "repl.scm") - |