pkgsrc-Bugs archive

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

Re: pkg/41346: metacity-2.26.0 does not build on netbsd-5.0/sparc64



The following reply was made to PR pkg/41346; it has been noted by GNATS.

From: Ulf Bartelt <ping-panther%freenet.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/41346: metacity-2.26.0 does not build on netbsd-5.0/sparc64
Date: Fri, 22 May 2009 15:48:25 +0200

 Am Montag, den 04.05.2009, 06:45 +0000 schrieb 
gnats-admin%netbsd.org@localhost:
 > >Category:       pkg
 > >Responsible:    pkg-manager
 > >Synopsis:       metacity-2.26.0 does not build on netbsd-5.0/sparc64
 > >Arrival-Date:   Mon May 04 06:45:00 +0000 2009
 
 Removing -Werror from configure and configure.in allows building a
 working metacity.
 
 $LOCALPATCHES/wm/metacity/patch.aa.PR41346.1of2
 ----------8<----------
 --- configure.orig      2009-05-20 21:51:22.000000000 +0200
 +++ configure   2009-05-20 21:52:00.000000000 +0200
 @@ -21225,7 +21225,7 @@
  
  # Warnings are there for a reason
  if test "x$GCC" = "xyes"; then
 -  CFLAGS="$CFLAGS -Wall -Werror -ansi"
 +  CFLAGS="$CFLAGS -Wall -ansi"
  fi
  
  # Use gnome-doc-utils:
 ---------->8----------
 
 $LOCALPATCHES/wm/metacity/patch.ab.PR41346.2of2
 ----------8<----------
 --- configure.in.orig   2009-05-20 21:51:32.000000000 +0200
 +++ configure.in        2009-05-20 21:52:30.000000000 +0200
 @@ -485,7 +485,7 @@
  
  # Warnings are there for a reason
  if test "x$GCC" = "xyes"; then
 -  CFLAGS="$CFLAGS -Wall -Werror -ansi"
 +  CFLAGS="$CFLAGS -Wall -ansi"
  fi
  
  # Use gnome-doc-utils:
 ---------->8----------
 
 


Home | Main Index | Thread Index | Old Index