summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Birchinger <joker@gentoo.org>2010-01-14 06:58:05 +0000
committerChristian Birchinger <joker@gentoo.org>2010-01-14 06:58:05 +0000
commit4624d065d501f111cf43394c53812988cbb97a26 (patch)
treeb3463f33a49a8010aad8a0febf6cdec061d8ede8 /media-libs/dumb/files
parentRe-added the accidently droped $(LDFLAGS) (diff)
downloadgentoo-2-4624d065d501f111cf43394c53812988cbb97a26.tar.gz
gentoo-2-4624d065d501f111cf43394c53812988cbb97a26.tar.bz2
gentoo-2-4624d065d501f111cf43394c53812988cbb97a26.zip
Re-added the accidently droped $(LDFLAGS)
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/dumb/files')
-rw-r--r--media-libs/dumb/files/dumb-0.9.3-PIC-as-needed.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/dumb/files/dumb-0.9.3-PIC-as-needed.patch b/media-libs/dumb/files/dumb-0.9.3-PIC-as-needed.patch
index f44e8fb6c526..217caa406b3e 100644
--- a/media-libs/dumb/files/dumb-0.9.3-PIC-as-needed.patch
+++ b/media-libs/dumb/files/dumb-0.9.3-PIC-as-needed.patch
@@ -65,8 +65,8 @@ diff -Naur dumb.orig/make/Makefile.inc dumb/make/Makefile.inc
$(CORE_LIB_FILE): $(CORE_OBJECTS)
- $(AR) rs $@ $^
-+ $(CC) -shared -o $@ -Wl,-shared,-soname,$(shell basename $@) $^ -lm
++ $(CC) -shared -o $@ $(LDFLAGS) -Wl,-shared,-soname,$(shell basename $@) $^ -lm
$(ALLEGRO_LIB_FILE): $(ALLEGRO_OBJECTS)
- $(AR) rs $@ $^
-+ $(CC) -shared -o $@ -Wl,-shared,-soname,$(shell basename $@) $^ -ldumb
++ $(CC) -shared -o $@ $(LDFLAGS) -Wl,-shared,-soname,$(shell basename $@) $^ -ldumb