diff options
author | 2004-03-19 19:23:05 +0000 | |
---|---|---|
committer | 2004-03-19 19:23:05 +0000 | |
commit | d7face43a63a70cb1711c90e4215ee2c1aaa2ab4 (patch) | |
tree | 241299e3841fd568bfac9d958025802e0b34e6c6 /dev-ruby/rudl/files/rudl-extconf-gentoo.diff | |
parent | Added 2.6.5-rc1 to unstable x86. (diff) | |
download | historical-d7face43a63a70cb1711c90e4215ee2c1aaa2ab4.tar.gz historical-d7face43a63a70cb1711c90e4215ee2c1aaa2ab4.tar.bz2 historical-d7face43a63a70cb1711c90e4215ee2c1aaa2ab4.zip |
Version bumped and added ruby.eclass support. Updated HOMEPAGE and SRC_URI. Fixed missing category in DEPEND list, see bug #45110
Diffstat (limited to 'dev-ruby/rudl/files/rudl-extconf-gentoo.diff')
-rw-r--r-- | dev-ruby/rudl/files/rudl-extconf-gentoo.diff | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-ruby/rudl/files/rudl-extconf-gentoo.diff b/dev-ruby/rudl/files/rudl-extconf-gentoo.diff new file mode 100644 index 000000000000..6abaef4bfbe2 --- /dev/null +++ b/dev-ruby/rudl/files/rudl-extconf-gentoo.diff @@ -0,0 +1,16 @@ +--- extconf.rb.orig 2003-09-27 07:59:45.000000000 +0900 ++++ extconf.rb 2004-03-20 03:58:22.090782672 +0900 +@@ -52,10 +52,10 @@ + windows=mswin32||cygwin
+ unix=!windows
+
+-$CFLAGS+="-funroll-loops " if !mswin32
++$CFLAGS+=" -funroll-loops " if !mswin32
+
+-$CFLAGS+="-Wall " if unix||cygwin
+-$CPPFLAGS+="-GX " if mswin32
++$CFLAGS+=" -Wall " if unix||cygwin
++$CPPFLAGS+=" -GX " if mswin32
+
+ if unix
+ $CFLAGS += `#{sdl_config} --cflags`.chomp
|