diff options
author | tv <tv> | 2005-02-15 18:13:41 +0000 |
---|---|---|
committer | tv <tv> | 2005-02-15 18:13:41 +0000 |
commit | 767c82e13ea9d19b32e2738624c142be90a90806 (patch) | |
tree | 4325d20add4f9361455dce4c0045c3677076f5b7 /editors/pico/patches/patch-ag | |
parent | 200e0f7299353cab9f1eb1736354a84a07c367d1 (diff) | |
download | pkgsrc-767c82e13ea9d19b32e2738624c142be90a90806.tar.gz |
* Apply libtoolize hack of libpico to Interix too.
* Only the major of NetBSD's patch was bumped before. Bump the major in
the rest of the patches (ick, this should be reworked), and PKGREVISION.
Diffstat (limited to 'editors/pico/patches/patch-ag')
-rw-r--r-- | editors/pico/patches/patch-ag | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/pico/patches/patch-ag b/editors/pico/patches/patch-ag index 64d32bce5aa..84359ae3588 100644 --- a/editors/pico/patches/patch-ag +++ b/editors/pico/patches/patch-ag @@ -1,4 +1,4 @@ -$NetBSD: patch-ag,v 1.1 2003/06/18 00:58:12 jschauma Exp $ +$NetBSD: patch-ag,v 1.2 2005/02/15 18:13:41 tv Exp $ --- pico/makefile.lnx.orig Tue Oct 23 15:19:06 2001 +++ pico/makefile.lnx @@ -43,7 +43,7 @@ $NetBSD: patch-ag,v 1.1 2003/06/18 00:58:12 jschauma Exp $ - $(RANLIB) libpico.a +libpico.la: $(OFILES) + $(CC) -o libpico.la $(OFILES:.o=.lo) -rpath $(PREFIX)/lib \ -+ -version-info 4:0 ++ -version-info 5:0 clean: rm -f *.a *.o *~ pico_os.c os.h pico pilot |