diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-07-22 16:06:59 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-07-22 16:06:59 +0000 |
commit | c3905b3d615d72051cac5d8e1399e706ccfca394 (patch) | |
tree | b6633d999f0e74f350e22ed3b250e713011536b6 /app-arch/bzip2/files | |
parent | Add emerge-webrsync patch to use a redundant mirror (diff) | |
download | prefix-c3905b3d615d72051cac5d8e1399e706ccfca394.tar.gz prefix-c3905b3d615d72051cac5d8e1399e706ccfca394.tar.bz2 prefix-c3905b3d615d72051cac5d8e1399e706ccfca394.zip |
drop AIX patch to transition to new library style, thanks XU Benda on gentoo-alt ML
(Portage version: 2.2.01.15395-prefix/svn/Darwin powerpc)
Diffstat (limited to 'app-arch/bzip2/files')
-rw-r--r-- | app-arch/bzip2/files/bzip2-1.0.5-aix.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/app-arch/bzip2/files/bzip2-1.0.5-aix.patch b/app-arch/bzip2/files/bzip2-1.0.5-aix.patch deleted file mode 100644 index a69c6474bb..0000000000 --- a/app-arch/bzip2/files/bzip2-1.0.5-aix.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile-libbz2_so.orig 2009-06-23 12:35:06.000000000 +0200 -+++ Makefile-libbz2_so 2009-06-23 12:36:39.000000000 +0200 -@@ -43,8 +43,17 @@ - rm -f libbz2.${SOEXT}.1.0 - ln -s libbz2.${SOEXT}.1.0.4 libbz2.${SOEXT}.1.0 - -+# AIX has dynamic libraries packed into archive library. -+.PHONY: all-aix -+all-aix: libbz2.a -+libbz2.a: $(OBJS) -+ $(CC) $(LDFLAGS) -shared -Wl,-G -o $(SONAME) $(OBJS) -+ $(AR) q libbz2.a $(SONAME) -+ $(CC) $(LDFLAGS) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.a -+ - clean: - rm -f $(OBJS) bzip2.o libbz2.${SOEXT}.1.0.4 libbz2.${SOEXT}.1.0 bzip2-shared -+ rm -f $(SONAME) libbz2.a - - blocksort.o: blocksort.c - $(CC) $(CFLAGS) -c blocksort.c |