diff options
-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") - |