diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1998-11-04 01:55:29 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1998-11-04 01:55:29 +0000 |
commit | 765a33024c23dd9e5e0c4506e8f3f5054f09acb5 (patch) | |
tree | 787354102d696f0723e8f5f64f36a8eadeb21f4f /palm/kpilot/files/patch-ac | |
parent | Fix the name of the created partition directory to agree with the (diff) |
* corrected CATEGORIES (from 'x11 kde' to 'comms kde')
* updated for ELF
* correct patches so that we have only one patch per file
* give configure a hint so that it may find pilot-link libs
Diffstat (limited to '')
-rw-r--r-- | palm/kpilot/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/palm/kpilot/files/patch-ac b/palm/kpilot/files/patch-ac new file mode 100644 index 000000000000..1e94f0edf953 --- /dev/null +++ b/palm/kpilot/files/patch-ac @@ -0,0 +1,11 @@ +--- kpilot/libpilot/Makefile.orig Tue Nov 3 18:48:04 1998 ++++ kpilot/libpilot/Makefile Tue Nov 3 18:48:16 1998 +@@ -43,7 +43,7 @@ + + all: libpisock.la + install: libpisock.la +- cp _libs/* $(KDEDIR)/lib ++ cp .libs/* $(KDEDIR)/lib + + libpisock.a: $(OBJS) + $(RM) libpisock.a |