summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-09-08 01:43:36 +0000
committerTim Harder <radhermit@gentoo.org>2012-09-08 01:43:36 +0000
commit33fd01cf64dec7b3695d9ee17d0fbf892f83f583 (patch)
treedf24e289209977ce9f1ebf3ffe86df7c9ae9ab49 /app-forensics/afflib/files
parentRemove redundant maintainer from metadata. (diff)
downloadhistorical-33fd01cf64dec7b3695d9ee17d0fbf892f83f583.tar.gz
historical-33fd01cf64dec7b3695d9ee17d0fbf892f83f583.tar.bz2
historical-33fd01cf64dec7b3695d9ee17d0fbf892f83f583.zip
Remove old.
Package-Manager: portage-2.2.0_alpha124/cvs/Linux x86_64
Diffstat (limited to 'app-forensics/afflib/files')
-rw-r--r--app-forensics/afflib/files/afflib-3.6.12-python-module.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/app-forensics/afflib/files/afflib-3.6.12-python-module.patch b/app-forensics/afflib/files/afflib-3.6.12-python-module.patch
deleted file mode 100644
index 281d8f38c0e1..000000000000
--- a/app-forensics/afflib/files/afflib-3.6.12-python-module.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Only build the shared python library.
-
---- afflib-3.6.12/pyaff/Makefile.am.orig
-+++ afflib-3.6.12/pyaff/Makefile.am
-@@ -7,7 +7,8 @@
- pyexec_LTLIBRARIES = pyaff.la
-
- pyaff_la_SOURCES = pyaff.c
--pyaff_la_LIBADD = ../lib/libafflib.la
-+pyaff_la_LIBADD = @top_builddir@/lib/libafflib.la
- pyaff_la_CPPFLAGS = $(PYTHON_CPPFLAGS)
--pyaff_la_LDFLAGS = -module -avoid-version $(PYTHON_LDFLAGS)
-+pyaff_la_CFLAGS = $(AM_CFLAGS) -shared
-+pyaff_la_LDFLAGS = -module -avoid-version -shared $(PYTHON_LDFLAGS)
- endif