diff options
Diffstat (limited to 'sci-misc/boinc/files/08_all_Makefile.patch')
-rw-r--r-- | sci-misc/boinc/files/08_all_Makefile.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/sci-misc/boinc/files/08_all_Makefile.patch b/sci-misc/boinc/files/08_all_Makefile.patch deleted file mode 100644 index 4968ed7bbaee..000000000000 --- a/sci-misc/boinc/files/08_all_Makefile.patch +++ /dev/null @@ -1,25 +0,0 @@ -# 08_all-Makefile.patches by Marcus D. Hanwell <cryos@gentoo.org> -# -# Link to ../lib with a higher precedence than /usr/lib - allows upgrades ---- client/Makefile.in 2005-12-05 01:28:26.000000000 +0000 -+++ client/Makefile.in 2005-12-11 21:00:07.000000000 +0000 -@@ -336,7 +336,7 @@ - - AM_CFLAGS = $(AM_CPPFLAGS) - AM_CXXFLAGS = $(AM_CPPFLAGS) --AM_LDFLAGS = -+AM_LDFLAGS = -L../lib - - # dependencies to make sure libs gets compiled before - # programs linking to them: ---- clientgui/Makefile.in 2005-12-11 21:07:55.000000000 +0000 -+++ clientgui/Makefile.in 2005-12-11 21:07:29.000000000 +0000 -@@ -354,7 +354,7 @@ - - AM_CFLAGS = $(AM_CPPFLAGS) - AM_CXXFLAGS = $(AM_CPPFLAGS) --AM_LDFLAGS = -+AM_LDFLAGS = -L../lib - - # dependencies to make sure libs gets compiled before - # programs linking to them: |