$NetBSD: patch-aa,v 1.2 2003/08/30 02:55:03 taca Exp $ --- extconf.rb.orig 2003-08-30 03:30:47.000000000 +0200 +++ extconf.rb 2003-08-30 03:31:53.000000000 +0200 @@ -115,7 +115,7 @@ def do_unix_setup $libs = append_library($libs, "stdc++") -# $libs = append_library($libs, "supc++") + $libs = append_library($libs, "gcc") have_header("sys/time.h") have_header("signal.h") have_library("png", "png_create_read_struct")