Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 29172
Collapse All | Expand All

(-)transcode-0.6.10/export/Makefile.am.orig (-1 / +1 lines)
Lines 246-250 Link Here
246
246
247
247
248
install-exec-hook:
248
install-exec-hook:
249
	@rm -f $(DESTDIR)$(MOD_PATH)/export_xvid.so
249
	#@rm -f $(DESTDIR)$(MOD_PATH)/export_xvid.so
250
	@$(LN_S) export_$(XVID_DEFAULT).so $(DESTDIR)$(MOD_PATH)/export_xvid.so
250
	@$(LN_S) export_$(XVID_DEFAULT).so $(DESTDIR)$(MOD_PATH)/export_xvid.so
(-)transcode-0.6.10/export/Makefile.in.orig (-1 / +1 lines)
Lines 1201-1207 Link Here
1201
1201
1202
1202
1203
install-exec-hook:
1203
install-exec-hook:
1204
	@rm -f $(DESTDIR)$(MOD_PATH)/export_xvid.so
1204
	#@rm -f $(DESTDIR)$(MOD_PATH)/export_xvid.so
1205
	@$(LN_S) export_$(XVID_DEFAULT).so $(DESTDIR)$(MOD_PATH)/export_xvid.so
1205
	@$(LN_S) export_$(XVID_DEFAULT).so $(DESTDIR)$(MOD_PATH)/export_xvid.so
1206
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1206
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1207
# Otherwise a system limit (for SysV at least) may be exceeded.
1207
# Otherwise a system limit (for SysV at least) may be exceeded.

Return to bug 29172