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

(-)transcode-0.6.9/export/Makefile.am.orig (-2 / +2 lines)
Lines 239-243 Link Here
239
239
240
240
241
install-exec-hook:
241
install-exec-hook:
242
	@rm -f $(MOD_PATH)/export_xvid.so
242
	#@rm -f $(MOD_PATH)/export_xvid.so
243
	@$(LN_S) export_$(XVID_DEFAULT).so $(MOD_PATH)/export_xvid.so
243
	@$(LN_S) export_$(XVID_DEFAULT).so $(DESTDIR)$(MOD_PATH)/export_xvid.so
(-)transcode-0.6.9/export/Makefile.in.orig (-2 / +2 lines)
Lines 1114-1121 Link Here
1114
1114
1115
1115
1116
install-exec-hook:
1116
install-exec-hook:
1117
	@rm -f $(MOD_PATH)/export_xvid.so
1117
	#@rm -f $(MOD_PATH)/export_xvid.so
1118
	@$(LN_S) export_$(XVID_DEFAULT).so $(MOD_PATH)/export_xvid.so
1118
	@$(LN_S) export_$(XVID_DEFAULT).so $(DESTDIR)$(MOD_PATH)/export_xvid.so
1119
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1119
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1120
# Otherwise a system limit (for SysV at least) may be exceeded.
1120
# Otherwise a system limit (for SysV at least) may be exceeded.
1121
.NOEXPORT:
1121
.NOEXPORT:

Return to bug 26462