pkgsrc/lang/clisp/patches/patch-ab
dillo 24668f590e upgrade to 2.30
does no longer include (copies of) libintl and libiconv
numerous enhancements and bug fixes, see included NEWS file
2003-07-13 14:34:48 +00:00

20 lines
932 B
Text

$NetBSD: patch-ab,v 1.5 2003/07/13 14:34:49 dillo Exp $
--- .././ffcall/avcall/Makefile.in.orig Sun Mar 24 19:51:37 2002
+++ .././ffcall/avcall/Makefile.in
@@ -120,12 +120,12 @@ avcall-rs6000.lo : $(srcdir)/avcall-rs60
case "$(OS)" in \
aix3*) syntax=aix.old;; \
aix*) syntax=aix.new;; \
- linux*) syntax=linux;; \
+ linux* | netbsd*) syntax=linux;; \
*) syntax=sysv4;; \
esac; \
$(LIBTOOL_COMPILE) $(CC) @GCC_X_NONE@ -c $(srcdir)/avcall-rs6000-$${syntax}.s ; \
- cp avcall-rs6000-$${syntax}.lo avcall-rs6000.lo ; rm -f avcall-rs6000-$${syntax}.lo ; \
- if test -f avcall-rs6000-$${syntax}.o; then mv avcall-rs6000-$${syntax}.o avcall-rs6000.o; fi
+ cp avcall-rs6000-$${syntax}.lo avcall-rs6000.lo ; \
+ if test -f avcall-rs6000-$${syntax}.o; then cp avcall-rs6000-$${syntax}.o avcall-rs6000.o; fi
avcall-m88k.lo : $(srcdir)/avcall-m88k.s
$(LIBTOOL_COMPILE) $(CC) @GCC_X_NONE@ -c $(srcdir)/avcall-m88k.s