diff options
author | Thilo Bangert <bangert@gentoo.org> | 2002-04-16 12:49:56 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2002-04-16 12:49:56 +0000 |
commit | 78b95e4359ee6e76292c7736db7685ca7a256030 (patch) | |
tree | 82799107ec617115a4b06a58fbe80e39c9f6d909 /dev-libs/libowfat | |
parent | qmail-autoresonder ebuild - will be needed by vmailmgr, works also with the p... (diff) | |
download | historical-78b95e4359ee6e76292c7736db7685ca7a256030.tar.gz historical-78b95e4359ee6e76292c7736db7685ca7a256030.tar.bz2 historical-78b95e4359ee6e76292c7736db7685ca7a256030.zip |
uups - forgot this one
Diffstat (limited to 'dev-libs/libowfat')
-rw-r--r-- | dev-libs/libowfat/files/libowfat-0.10-gentoo.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/libowfat/files/libowfat-0.10-gentoo.diff b/dev-libs/libowfat/files/libowfat-0.10-gentoo.diff new file mode 100644 index 000000000000..7e3e1ba67ffc --- /dev/null +++ b/dev-libs/libowfat/files/libowfat-0.10-gentoo.diff @@ -0,0 +1,11 @@ +--- Makefile.orig Fri Jan 11 21:11:55 2002 ++++ Makefile Fri Mar 29 17:11:25 2002 +@@ -69,7 +69,7 @@ + + install: libowfat.a + install -d $(INCLUDEDIR) $(MAN3DIR) $(LIBDIR) +- install -m 644 buffer.h byte.h fmt.h ip4.h ip6.h mmap.h open.h scan.h socket.h str.h stralloc.h uint16.h uint32.h uint64.h open.h $(prefix)/include ++ install -m 644 buffer.h byte.h fmt.h ip4.h ip6.h mmap.h open.h scan.h socket.h str.h stralloc.h uint16.h uint32.h uint64.h $(INCLUDEDIR) + install -m 644 $(wildcard */*.3) $(MAN3DIR) + install -m 644 libowfat.a $(LIBDIR) + |