summaryrefslogtreecommitdiff
path: root/net/ruby-net-geoip/files/patch-extconf.rb
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-02-01 02:32:32 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-02-01 02:32:32 +0000
commit2c5b5e25ddd43be1ce0fe90095ab5746c431b5b4 (patch)
tree0884a5dacb54a8c2d5df5eaeb8a50072871e61f5 /net/ruby-net-geoip/files/patch-extconf.rb
parent- use RC_SUBR_SUFFIX which was introduced in bsd.port.mk recently. (diff)
- Fix for net/ruby-net-geoip build error on i386-7-latest
- submitter will maintain this port PR: ports/107604 Submitted by: maintainer (Albert Vernon)
Notes
Notes: svn path=/head/; revision=183829
Diffstat (limited to 'net/ruby-net-geoip/files/patch-extconf.rb')
-rw-r--r--net/ruby-net-geoip/files/patch-extconf.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/ruby-net-geoip/files/patch-extconf.rb b/net/ruby-net-geoip/files/patch-extconf.rb
new file mode 100644
index 000000000000..eeb82c7df353
--- /dev/null
+++ b/net/ruby-net-geoip/files/patch-extconf.rb
@@ -0,0 +1,11 @@
+--- extconf.rb.orig Wed Jan 8 07:45:07 2003
++++ extconf.rb Thu Feb 1 09:20:43 2007
+@@ -66,7 +66,7 @@
+ EOL
+ end
+
+-$CFLAGS = '-g -Wall' + $CFLAGS
++$CFLAGS = '-g -Wall ' + $CFLAGS
+
+ create_header()
+ create_makefile('net/geoip')