diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2004-01-12 03:17:20 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2004-01-12 03:17:20 +0000 |
commit | 2122fb369f5b8aef99a263970da2c02f8056fcf9 (patch) | |
tree | 4b8b1c6df7d26dbc73a33c077b4ddaf2c1965350 /www/w3m/files | |
parent | 3eaf1191a31098c81fc8dfbc7325c8909c7fb66e (diff) | |
download | ports-2122fb369f5b8aef99a263970da2c02f8056fcf9.tar.gz ports-2122fb369f5b8aef99a263970da2c02f8056fcf9.zip |
Notes
Diffstat (limited to 'www/w3m/files')
-rw-r--r-- | www/w3m/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/w3m/files/patch-configure b/www/w3m/files/patch-configure new file mode 100644 index 000000000000..6d742b165f14 --- /dev/null +++ b/www/w3m/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Fri Dec 12 22:49:07 2003 ++++ configure Fri Dec 12 22:49:50 2003 +@@ -9451,7 +9451,7 @@ + }' + fi + +-DEFS=-DHAVE_CONFIG_H ++DEFS="$DEFS -DHAVE_CONFIG_H" + + ac_libobjs= + ac_ltlibobjs= |