|
Removed
Link Here
|
| 1 |
--- Makefile.in.orig Thu Jul 24 15:51:49 2008 |
| 2 |
+++ Makefile.in Mon Apr 6 09:05:19 2009 |
| 3 |
@@ -348,11 +348,15 @@ |
| 4 |
INSTALL_DEST = @INSTALL_DEST@ |
| 5 |
install: install_to_$(INSTALL_DEST) install-subdir |
| 6 |
|
| 7 |
+## FreeBSD port removed this: otherwise, FreeBSD 6.x would end up installing |
| 8 |
+## in ${prefix}/lib/elf rather than ${prefix}/lib |
| 9 |
+## |
| 10 |
# This is tricky. Even though CC in the Makefile contains |
| 11 |
# multilib-specific flags, it's overridden by FLAGS_TO_PASS from the |
| 12 |
# default multilib, so we have to take LIBCFLAGS into account as well, |
| 13 |
# since it will be passed the multilib flags. |
| 14 |
-MULTIOSDIR = `$(CC) $(LIBCFLAGS) -print-multi-os-directory` |
| 15 |
+##MULTIOSDIR = `$(CC) $(LIBCFLAGS) -print-multi-os-directory` |
| 16 |
+MULTIOSDIR = . |
| 17 |
install_to_libdir: all |
| 18 |
${mkinstalldirs} $(DESTDIR)$(libdir)/$(MULTIOSDIR) |
| 19 |
$(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(libdir)/$(MULTIOSDIR)/$(TARGETLIB)n |