mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
Unbreak for ruby 1.8.
This commit is contained in:
parent
6db2765dc6
commit
416d45c7bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73875
1 changed files with 12 additions and 0 deletions
12
graphics/ruby-evas/files/patch-extconf.rb
Normal file
12
graphics/ruby-evas/files/patch-extconf.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- src/extconf.rb.orig Thu Jun 13 17:12:48 2002
|
||||
+++ src/extconf.rb Fri Jan 24 04:21:24 2003
|
||||
@@ -2,7 +2,7 @@
|
||||
# vim: ts=2 sw=2
|
||||
require 'mkmf'
|
||||
|
||||
-$CFLAGS << "-Wall `evas-config --cflags`"
|
||||
-$LDFLAGS << `evas-config --libs`
|
||||
+$CFLAGS << " -Wall `evas-config --cflags`"
|
||||
+$LDFLAGS << ' ' << `evas-config --libs`.chomp
|
||||
|
||||
create_makefile("evas")
|
Loading…
Add table
Reference in a new issue