diff options
Diffstat (limited to 'lang/ypsilon/files/patch-Makefile')
-rw-r--r-- | lang/ypsilon/files/patch-Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lang/ypsilon/files/patch-Makefile b/lang/ypsilon/files/patch-Makefile index 177634ab1ac2..5b1afa787178 100644 --- a/lang/ypsilon/files/patch-Makefile +++ b/lang/ypsilon/files/patch-Makefile @@ -33,15 +33,6 @@ ifeq ($(DATAMODEL), ILP32) CPPFLAGS += -DDEFAULT_HEAP_LIMIT=32 CXXFLAGS += -m32 -@@ -82,7 +71,7 @@ - ASFLAGS = --64 - SRCS += ffi_stub_freebsd64.s - endif -- LDLIBS = -pthread -+ LDLIBS = ${PTHREAD_LIBS} - endif - - ifneq (, $(findstring OpenBSD, $(UNAME))) @@ -123,7 +112,6 @@ .PHONY: all install uninstall sitelib stdlib check bench clean distclean |