ports/irc/xchat-ruby/files/patch-Makefile
Dirk Meyer 4cd9218473 For those of us that prefer the Ruby programming language above all others,
the XChat-Ruby Plugin now allows X-Chat plugins to written in Ruby,
in addition to the other supported scripting interfaces. This means that,
for the first time, you can use a purely object-oriented language
in which to write X-Chat plugins.

WWW: http://xchat-ruby.sourceforge.net/
2008-06-21 22:11:50 +00:00

11 lines
384 B
Text

--- Makefile.orig 2007-04-26 13:16:32.000000000 +0200
+++ Makefile 2008-06-21 23:35:33.000000000 +0200
@@ -21,7 +21,7 @@
all: $(SO_FILE)
$(SO_FILE): xchat-ruby.o xchat-ruby-plugin.h
- $(CC) -L$(ARCHDIR) $(CFLAGS) -shared -o $(SO_FILE) xchat-ruby.o -lruby
+ $(CC) -L$(PREFIX)/lib $(CFLAGS) -shared -o $(SO_FILE) xchat-ruby.o -lruby18
install: $(SO_FILE)
mkdir -p $(XCHAT_DIR)