3bea1395a9
too many changes to list here ...still doesn't work within TEXmacs
13 lines
655 B
Text
13 lines
655 B
Text
$NetBSD: patch-ad,v 1.9 2005/05/02 16:57:19 drochner Exp $
|
|
|
|
--- src/main/Makefile.in.orig 2005-04-18 23:29:59.000000000 +0200
|
|
+++ src/main/Makefile.in
|
|
@@ -144,7 +144,7 @@ R: Makefile
|
|
|
|
$(R_binary): $(R_bin_OBJECTS) $(R_bin_DEPENDENCIES)
|
|
@WANT_R_SHLIB_FALSE@ $(MAIN_LINK) -o $@ $(R_bin_LDFLAGS) $(R_bin_OBJECTS) $(R_bin_LDADD) $(READLINE_LIBS) $(LIBS)
|
|
-@WANT_R_SHLIB_TRUE@ $(MAIN_LINK) -o $@ $(R_bin_LDFLAGS) $(R_bin_OBJECTS) -L../../lib -lR
|
|
+@WANT_R_SHLIB_TRUE@ $(MAIN_LINK) -o $@ $(R_bin_LDFLAGS) $(R_bin_OBJECTS) -L../../lib ${COMPILER_RPATH_FLAG}$(Rexeclibdir) -lR
|
|
|
|
install-bin-local: $(R_binary)
|
|
@$(MAKE) rhome="$(abs_top_builddir)" install-bin
|