diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-25 04:32:36 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-25 04:32:36 +0000 |
commit | 315855ac364702ef5fcaecb83f00afe55bcab8e7 (patch) | |
tree | 74f6e42bd752280ec0873cfa83888e04e5ace0c9 /graphics/py-ming/files/patch-Makefile | |
parent | Update to version 6.3.10. (diff) |
Update to 0.0.3a.
Diffstat (limited to '')
-rw-r--r-- | graphics/py-ming/files/patch-Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/py-ming/files/patch-Makefile b/graphics/py-ming/files/patch-Makefile index 189718208c3e..7da12fdc4941 100644 --- a/graphics/py-ming/files/patch-Makefile +++ b/graphics/py-ming/files/patch-Makefile @@ -1,11 +1,11 @@ ---- Makefile.orig Fri Oct 13 15:26:29 2000 -+++ Makefile Tue Oct 17 17:43:54 2000 +--- Makefile.orig Wed Oct 25 07:02:37 2000 ++++ Makefile Wed Oct 25 13:11:16 2000 @@ -1,11 +1,10 @@ all: -- swig -python ming.i +- swig -I.. -python ming.i - gcc -I .. -I /usr/include/python1.5/ -fpic -c ming_wrap.c - gcc -L .. -shared -o mingcmodule.so ming_wrap.o -lming -+ ${SWIG} -python ming.i ++ ${SWIG} -I.. -python ming.i + ${CC} ${CFLAGS} -I${LOCALBASE}/include/ming -I${LOCALBASE}/include/${PYTHON_VERSION} -fpic -c ming_wrap.c + ${CC} -shared -o mingcmodule.so ming_wrap.o -L${LOCALBASE}/lib -lming |