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 | 931cd8eb606598a3402e7d68c353c9d7dff81463 (patch) | |
tree | 37e768ffbb93502903e35104dc4c43232132a8ad /dev-libs | |
parent | qmail-autoresonder ebuild - will be needed by vmailmgr, works also with the p... (diff) | |
download | gentoo-2-931cd8eb606598a3402e7d68c353c9d7dff81463.tar.gz gentoo-2-931cd8eb606598a3402e7d68c353c9d7dff81463.tar.bz2 gentoo-2-931cd8eb606598a3402e7d68c353c9d7dff81463.zip |
uups - forgot this one
Diffstat (limited to 'dev-libs')
-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) + |