pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/48740 (lang/gcc44 to gcc46 linker fails because of whitespace)



On 23/06/2014 01:14, venture37 wrote:
> The attached patch, fixes points 1 & 3 raised above.

Hi,
Can the diff previously submitted be committed. Re-attached for convenience.
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/lang/gcc45/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile    29 May 2014 23:36:42 -0000      1.16
+++ Makefile    22 Jun 2014 14:22:35 -0000
@@ -89,6 +89,14 @@
 CONFIGURE_ARGS+=       STRIP_FOR_TARGET=${TOOLS_PLATFORM.strip}
 .endif
 
+.if !empty(MACHINE_PLATFORM:MDarwin-[0-8].*-*)
+CONFIGURE_ARGS+=       --with-dwarf2
+.endif
+
+.if !empty(MACHINE_PLATFORM:MDarwin-[0-8].*-powerpc)
+CONFIGURE_ARGS+=       --disable-multilib
+.endif
+
 CONFIGURE_ENV+=                CONFIG_SHELL=${CONFIG_SHELL}
 
 MAKE_ENV+=             SHELL=${CONFIG_SHELL}

Attachment: signature.asc
Description: OpenPGP digital signature



Home | Main Index | Thread Index | Old Index