Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 331085 | Differences between
and this patch

Collapse All | Expand All

(-)plugins/audio/G722/Makefile.in~ (-2 / +2 lines)
Lines 72-80 Link Here
72
$(PLUGIN): $(OBJECTS)
72
$(PLUGIN): $(OBJECTS)
73
ifeq (solaris,$(findstring solaris,$(target_os)))
73
ifeq (solaris,$(findstring solaris,$(target_os)))
74
74
75
	$(Q_LD)$(CC) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
75
	$(Q_LD)$(CC) $(LDFLAGS) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
76
else
76
else
77
	$(Q_LD)$(CC) $(LDSO) -o $@ $^ $(EXTRALIBS)
77
	$(Q_LD)$(CC) $(LDFLAGS) $(LDSO) -o $@ $^ $(EXTRALIBS)
78
78
79
endif	
79
endif	
80
80
(-)plugins/audio/G726/Makefile.in~ (-2 / +2 lines)
Lines 101-109 Link Here
101
101
102
ifeq (solaris,$(findstring solaris,$(target_os)))
102
ifeq (solaris,$(findstring solaris,$(target_os)))
103
103
104
	$(Q_LD)$(CC) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
104
	$(Q_LD)$(CC) $(LDFLAGS) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
105
else	
105
else	
106
	$(Q_LD)$(CC) $(LDSO) -o $@ $^ $(EXTRALIBS)
106
	$(Q_LD)$(CC) $(LDFLAGS) $(LDSO) -o $@ $^ $(EXTRALIBS)
107
107
108
endif	
108
endif	
109
109
(-)plugins/audio/GSM0610/Makefile.in~ (-2 / +2 lines)
Lines 161-169 Link Here
161
161
162
ifeq (solaris,$(findstring solaris,$(target_os)))
162
ifeq (solaris,$(findstring solaris,$(target_os)))
163
163
164
	$(Q_LD)$(CC) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
164
	$(Q_LD)$(CC) $(LDFLAGS) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
165
else 
165
else 
166
	$(Q_LD)$(CC) $(LDSO) -o $@ $^ $(EXTRALIBS)
166
	$(Q_LD)$(CC) $(LDFLAGS) $(LDSO) -o $@ $^ $(EXTRALIBS)
167
167
168
endif
168
endif
169
169
(-)plugins/audio/Speex/Makefile.in~ (-2 / +2 lines)
Lines 167-175 Link Here
167
$(PLUGIN): $(OBJECTS)
167
$(PLUGIN): $(OBJECTS)
168
ifeq (solaris,$(findstring solaris,$(target_os)))
168
ifeq (solaris,$(findstring solaris,$(target_os)))
169
169
170
	$(Q_LD)$(CXX) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
170
	$(Q_LD)$(CXX) $(LDFLAGS) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
171
else	
171
else	
172
	$(Q_LD)$(CXX) $(LDSO) -o $@ $^ $(EXTRALIBS)
172
	$(Q_LD)$(CXX) $(LDFLAGS) $(LDSO) -o $@ $^ $(EXTRALIBS)
173
173
174
endif
174
endif
175
175
(-)plugins/audio/gsm-amr/Makefile.in~ (-2 / +2 lines)
Lines 60-68 Link Here
60
60
61
ifeq (solaris,$(findstring solaris,$(target_os)))
61
ifeq (solaris,$(findstring solaris,$(target_os)))
62
62
63
	$(Q_LD)$(CC) $(LDSO) $@ -o $@ $^
63
	$(Q_LD)$(CC) $(LDFLAGS) $(LDSO) $@ -o $@ $^
64
else	
64
else	
65
	$(Q_LD)$(CC) $(LDSO) -o $@ $^
65
	$(Q_LD)$(CC) $(LDFLAGS) $(LDSO) -o $@ $^
66
66
67
endif	
67
endif	
68
68
(-)plugins/audio/IMA_ADPCM/Makefile.in~ (-2 / +2 lines)
Lines 91-99 Link Here
91
91
92
ifeq (solaris,$(findstring solaris,$(target_os)))
92
ifeq (solaris,$(findstring solaris,$(target_os)))
93
93
94
	$(Q_LD)$(CC) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
94
	$(Q_LD)$(CC) $(LDFLAGS) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
95
else	
95
else	
96
	$(Q_LD)$(CC) $(LDSO) -o $@ $^ $(EXTRALIBS)
96
	$(Q_LD)$(CC) $(LDFLAGS) $(LDSO) -o $@ $^ $(EXTRALIBS)
97
97
98
endif	
98
endif	
99
99
(-)plugins/audio/LPC_10/Makefile.in~ (-2 / +2 lines)
Lines 129-137 Link Here
129
129
130
ifeq (solaris,$(findstring solaris,$(target_os)))
130
ifeq (solaris,$(findstring solaris,$(target_os)))
131
131
132
	$(Q_LD)$(CC) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
132
	$(Q_LD)$(CC) $(LDFLAGS) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
133
else	
133
else	
134
	$(Q_LD)$(CC) $(LDSO) -o $@ $^ $(EXTRALIBS)
134
	$(Q_LD)$(CC) $(LDFLAGS) $(LDSO) -o $@ $^ $(EXTRALIBS)
135
135
136
endif	
136
endif	
137
137
(-)plugins/audio/iLBC/Makefile.in~ (-2 / +2 lines)
Lines 119-127 Link Here
119
119
120
$(PLUGIN): $(OBJECTS)
120
$(PLUGIN): $(OBJECTS)
121
ifeq (solaris,$(findstring solaris,$(target_os)))
121
ifeq (solaris,$(findstring solaris,$(target_os)))
122
	$(Q_LD)$(CC) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
122
	$(Q_LD)$(CC) $(LDFLAGS) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
123
else	
123
else	
124
	$(Q_LD)$(CC) $(LDSO) -o $@ $^ $(EXTRALIBS)
124
	$(Q_LD)$(CC) $(LDFLAGS) $(LDSO) -o $@ $^ $(EXTRALIBS)
125
endif	
125
endif	
126
126
127
install:
127
install:
(-)plugins/video/MPEG4-ffmpeg/Makefile.in~ (-2 / +2 lines)
Lines 101-109 Link Here
101
101
102
$(PLUGIN): $(OBJECTS)
102
$(PLUGIN): $(OBJECTS)
103
ifeq (,$(findstring solaris,$(target_os)))
103
ifeq (,$(findstring solaris,$(target_os)))
104
	$(Q_LD)$(CXX) $(LDSO) $(DL_LIBS) -o $@ $^
104
	$(Q_LD)$(CXX) $(LDFLAGS) $(LDSO) $(DL_LIBS) -o $@ $^
105
else	
105
else	
106
	$(Q_LD)$(CXX) $(LDSO) $(DL_LIBS) $@ -o $@ $^
106
	$(Q_LD)$(CXX) $(LDFLAGS) $(LDSO) $(DL_LIBS) $@ -o $@ $^
107
endif
107
endif
108
install:
108
install:
(-)plugins/video/H.261-vic/Makefile.in~ (-2 / +2 lines)
Lines 116-124 Link Here
116
116
117
$(PLUGIN): $(OBJECTS)
117
$(PLUGIN): $(OBJECTS)
118
ifeq (,$(findstring solaris,$(target_os)))
118
ifeq (,$(findstring solaris,$(target_os)))
119
	$(Q_LD)$(CXX) $(LDSO) -o $@ $^
119
	$(Q_LD)$(CXX) $(LDFLAGS) $(LDSO) -o $@ $^
120
else	
120
else	
121
	$(Q_LD)$(CXX) $(LDSO) $@ -o $@ $^
121
	$(Q_LD)$(CXX) $(LDFLAGS) $(LDSO) $@ -o $@ $^
122
endif
122
endif
123
123
124
install:
124
install:

Return to bug 331085