I hate that, not only that I forgot the subject, but also the attachment

On Friday 28 May 2010 05:55:10 pm Sebastian Reitenbach wrote:
> Hi,
>
> appended patch fixes the build of archivers/xz on sparc. Without the patch,
> configure was looking for a C99 compatible compiler but was not lucky with
> gcc-2.95. The patch uses the gcc3 module.  Make regress passed all tests.
>
> please review and commit.
>
> cheers,
> Sebastian

? xz-patch
Index: Makefile
===================================================================
RCS file: /cvs/ports/archivers/xz/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile    10 Sep 2009 15:27:26 -0000      1.1.1.1
+++ Makefile    28 May 2010 15:32:20 -0000
@@ -18,7 +18,9 @@
 
 MASTER_SITES=  ${HOMEPAGE}
 
-MODULES=       devel/gettext
+MODULES=       devel/gettext gcc3
+MODGCC3_ARCHES=        sparc
+
 WANTLIB=       c
 
 USE_LIBTOOL=   Yes

Reply via email to