mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
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/
11 lines
384 B
Text
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)
|