Remove -ggdb as it's not needed and confuses gcc on powerpc at times.

This commit is contained in:
jmc 2002-03-04 17:32:50 +00:00
parent 137fef7db0
commit c7700257bb
2 changed files with 7 additions and 6 deletions

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2002/02/26 01:37:20 wiz Exp $
$NetBSD: distinfo,v 1.3 2002/03/04 17:32:50 jmc Exp $
SHA1 (gtkmserv-0.5.2.tar.gz) = 59829ef0c2a438b6f35577effbeaff5ed91ccd0d
Size (gtkmserv-0.5.2.tar.gz) = 22441 bytes
SHA1 (patch-aa) = 3925902de8f69cb68c4eca30ff7477654ea0d3bf
SHA1 (patch-aa) = 8659232560b7b8f88a520513af5cbd538e5f7015

View file

@ -1,10 +1,11 @@
$NetBSD: patch-aa,v 1.1 2002/02/26 01:37:20 wiz Exp $
$NetBSD: patch-aa,v 1.2 2002/03/04 17:32:51 jmc Exp $
--- Makefile.in.orig Tue Feb 26 02:35:48 2002
+++ Makefile.in
--- Makefile.in.orig Tue Jan 30 02:20:31 2001
+++ Makefile.in Mon Mar 4 17:25:06 2002
@@ -1,7 +1,7 @@
CC = gcc -Wall -ggdb
-CC = gcc -Wall -ggdb
-LIBS = `gtk-config --libs`
+CC = gcc -Wall
+LIBS = `${GTK_CONFIG} --libs`
LIBS_DEBUG = -lefence
-CFLAGS = `gtk-config --cflags`