freebsd-ports/lang/ruby19/files/patch-common.mk
Stanislav Sedov 54b52675de - Update ruby19 to 1.9.2.
- Do not link agains librt. [1]

PR:		ports/149003 [1]
Submitted by:	Anonymous <swell.k@gmail.com> [1]
2010-10-11 03:09:54 +00:00

11 lines
371 B
Makefile

--- common.mk.orig 2010-10-10 16:40:15.000000000 -0700
+++ common.mk 2010-10-10 16:40:42.000000000 -0700
@@ -256,7 +256,7 @@
install-capi: capi pre-install-capi do-install-capi post-install-capi
pre-install-capi:: install-prereq
do-install-capi: $(PREP)
- $(INSTRUBY) --make="$(MAKE)" $(INSTRUBY_ARGS) --install=capi
+ @$(NULLCMD)
post-install-capi::
@$(NULLCMD)