diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-16 09:38:27 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-16 09:38:27 +0000 |
commit | c698265f5c18e66ec0ef024decd43a8d2e59634d (patch) | |
tree | 25ea05ab058cda5565978a0461d4f4bdfb49d07e /graphics/ruby-ming/files/patch-depend | |
parent | Update to Alevt 1.6.0 (diff) |
Add ruby-ming, Ruby module for the Ming library which allows you to
create Flash (TM) movies.
Diffstat (limited to 'graphics/ruby-ming/files/patch-depend')
-rw-r--r-- | graphics/ruby-ming/files/patch-depend | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/ruby-ming/files/patch-depend b/graphics/ruby-ming/files/patch-depend new file mode 100644 index 000000000000..3af7c1ae3ad6 --- /dev/null +++ b/graphics/ruby-ming/files/patch-depend @@ -0,0 +1,17 @@ +--- depend.orig Fri Oct 13 15:26:31 2000 ++++ depend Mon Oct 16 17:55:07 2000 +@@ -1,4 +1,4 @@ +-SWIGINC= ../py_ext ++SWIGINC= . + + OBJS+= ming_wrap.o + +@@ -7,7 +7,7 @@ + ming_wrap.o: ming_wrap.c + + ming_wrap.c: ${SWIGINC}/blocklist.i ${SWIGINC}/blocktypes.i ${SWIGINC}/ming.i ${SWIGINC}/swf.i +- swig -I${SWIGINC} -ruby ${SWIGINC}/ming.i ++ swig1.3 -I${SWIGINC} -ruby ${SWIGINC}/ming.i + + clean: clean_local + |