f80b5ff7d3
from Juan RP <xtraeme AT NetBSD DOT org>. (I've only change PLIST and miscellaneous format of files.) This package catch up to fox 1.0.43 and changes are vast, please refer <http://www.fxruby.org/doc/changes.html> in detail.
13 lines
434 B
Text
13 lines
434 B
Text
$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")
|