diff options
author | mat <mat@FreeBSD.org> | 2017-09-22 18:48:57 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-09-22 18:48:57 +0800 |
commit | f7ea694d40fb25ebb08976089f0d25ef8068e94e (patch) | |
tree | c94257e28b8e5f01fe14d767f8a4ade36ad9d111 /lang | |
parent | 6f0cd74a7e03c52a2dddfb99666ec0c3814fd7bb (diff) | |
download | freebsd-ports-gnome-f7ea694d40fb25ebb08976089f0d25ef8068e94e.tar.gz freebsd-ports-gnome-f7ea694d40fb25ebb08976089f0d25ef8068e94e.tar.zst freebsd-ports-gnome-f7ea694d40fb25ebb08976089f0d25ef8068e94e.zip |
Cleanup after removal of libexecinfo from ports.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
Diffstat (limited to 'lang')
-rw-r--r-- | lang/rubinius/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/rubinius/Makefile b/lang/rubinius/Makefile index 1d254dd06ab7..b8539c384d48 100644 --- a/lang/rubinius/Makefile +++ b/lang/rubinius/Makefile @@ -90,10 +90,6 @@ LLVM40_VARS= LLVM_CONFIG=llvm-config40 \ .include <bsd.port.pre.mk> -.if !exists(/usr/lib/libexecinfo.so) -CONFIGURE_ARGS+= --with-opt-dir "${LOCALBASE}" -.endif - .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64 .elif ${ARCH} == "amd64" |